mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Hide bottom app bar when multiselect enabled
This commit is contained in:
parent
03866b4c31
commit
293e713af6
3 changed files with 21 additions and 13 deletions
|
|
@ -0,0 +1,5 @@
|
|||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||
|
||||
final multiselectProvider = StateProvider((ref) {
|
||||
return false;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue