Compare commits
1 Commits
6103d0b679
...
v0.1.37
| Author | SHA1 | Date | |
|---|---|---|---|
| 446ef9a57a |
@@ -64,7 +64,8 @@ class _SettingsPageState extends State<SettingsPage> {
|
|||||||
: Text(
|
: Text(
|
||||||
'For app-data settings to work, you need to grant the app permissions to manage internal storage.',
|
'For app-data settings to work, you need to grant the app permissions to manage internal storage.',
|
||||||
),
|
),
|
||||||
onTap: () => PermissionService.requestStoragePermission,
|
onTap: () => PermissionService.requestStoragePermission
|
||||||
|
.whenComplete(() => checkStoragePermission()),
|
||||||
trailing: Icon(Icons.arrow_forward_ios_rounded),
|
trailing: Icon(Icons.arrow_forward_ios_rounded),
|
||||||
enabled: !storagePermissionIsGranted,
|
enabled: !storagePermissionIsGranted,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user