fix(mobile): Prevents duplicate taps navigating to the same route twice ()

This commit is contained in:
martyfuhry 2023-02-24 11:51:35 -05:00 committed by GitHub
commit 4ed96cf1bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 553 additions and 224 deletions
mobile/lib

View file

@ -141,9 +141,8 @@ class ImmichAppState extends ConsumerState<ImmichApp>
ref.watch(releaseInfoProvider.notifier).checkGithubReleaseInfo();
ref
.watch(notificationPermissionProvider.notifier)
.getNotificationPermission();
ref.watch(notificationPermissionProvider.notifier)
.getNotificationPermission();
ref.read(iOSBackgroundSettingsProvider.notifier).refresh();