mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
parent
0cb3dc6211
commit
c8eef5ad4d
11 changed files with 14 additions and 14 deletions
|
|
@ -6,7 +6,7 @@ import 'package:permission_handler/permission_handler.dart';
|
|||
|
||||
class GalleryPermissionNotifier extends StateNotifier<PermissionStatus> {
|
||||
GalleryPermissionNotifier()
|
||||
: super(PermissionStatus.denied) // Denied is the intitial state
|
||||
: super(PermissionStatus.denied) // Denied is the initial state
|
||||
{
|
||||
// Sets the initial state
|
||||
getGalleryPermissionStatus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue