Commit e475893f authored by topjohnwu's avatar topjohnwu

Change su path

parent 339ca7ac
...@@ -153,7 +153,7 @@ public class RootFragment extends Fragment { ...@@ -153,7 +153,7 @@ public class RootFragment extends Fragment {
break; break;
case 1: case 1:
// Proper root // Proper root
if (new File("/system/xbin/su").exists()) { if (new File("/magisk/.core/bin/su").exists()) {
// Mounted // Mounted
rootStatusContainer.setBackgroundColor(accent); rootStatusContainer.setBackgroundColor(accent);
rootStatusIcon.setImageResource(statusError); rootStatusIcon.setImageResource(statusError);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment