mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat: (mobile) open asset viewer from album activity page (#23182)
* feat(mobile): open assetviewer via album activities page * adjust ui behavior: keep current asset & disable initial forcus * fix: Run 'make build' and 'make pigeon'
This commit is contained in:
parent
221e0ef02f
commit
2129f889f5
7 changed files with 61 additions and 19 deletions
|
|
@ -36,10 +36,6 @@ class _DriftActivityTextFieldState extends ConsumerState<DriftActivityTextField>
|
|||
inputController = TextEditingController();
|
||||
inputFocusNode = FocusNode();
|
||||
|
||||
if (!widget.isBottomSheet) {
|
||||
inputFocusNode.requestFocus();
|
||||
}
|
||||
|
||||
inputFocusNode.addListener(() {
|
||||
if (inputFocusNode.hasFocus) {
|
||||
widget.onKeyboardFocus?.call();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue