Skip to content

Commit

Permalink
finish permission fragment when empty
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Oct 18, 2023
1 parent 44be076 commit 10cf2e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class PermissionFragment : Fragment() {
if(mPermissionManager.grantedStorage() &&
mPermissionManager.grantedNotifications() &&
mPermissionManager.grantedStorage()) {
//(requireActivity() as MainActivity).startRemotesFragment()
(requireActivity() as MainActivity).startRemotesFragment()
}
}

Expand Down

0 comments on commit 10cf2e0

Please sign in to comment.