Compare commits
4 Commits
v0.1.33
...
446ef9a57a
| Author | SHA1 | Date | |
|---|---|---|---|
| 446ef9a57a | |||
| 6103d0b679 | |||
| 5fd690197a | |||
| 31c0ade243 |
@@ -4,9 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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