Skip to content

Commit

Permalink
change new root check to bool
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokito-Kun authored and Tokito-Kun committed Jun 29, 2023
1 parent 5afddf2 commit 6a1f8f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ class MainActivity : ScopedAppActivity(), BottomNavigationView.OnNavigationItemS
// Set theme
setTheme()

if (!Shell.isAppGrantedRoot())
if (Shell.isAppGrantedRoot() != true)
{
MaterialDialog(this).show {
title(R.string.tile_acc_no_root)
Expand Down

0 comments on commit 6a1f8f1

Please sign in to comment.