Skip to content

Commit

Permalink
some improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
koorosh-k98 committed Mar 1, 2023
1 parent c37879e commit 214a1c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/screens/permission.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class _PermissionHandleState extends State<PermissionHandle>
void didChangeAppLifecycleState(AppLifecycleState state) async {
if (state == AppLifecycleState.resumed) {
var status = await Permission.storage.status;
print(status.toString());
if (status.isGranted) {
Navigator.of(context).push(MaterialPageRoute(builder: (ctx) {
return const HomePage();
Expand Down

0 comments on commit 214a1c4

Please sign in to comment.