Skip to content

Commit

Permalink
non-static checkRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
irinil committed Aug 26, 2020
1 parent f2c70cc commit 62f83b6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -303,7 +303,7 @@ private void executeRoot(){
checkForRoot();
}

private static void checkForRoot(){
private void checkForRoot(){
if(Shell.SU.available()) {
Device.checkCapabilities();
if(Api.assertBinaries(getContext(),true)) {
Expand Down

0 comments on commit 62f83b6

Please sign in to comment.