mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-13 21:36:58 -08:00
Fix UID stored in multiuser mode
This commit is contained in:
@@ -110,7 +110,6 @@ public class SettingsActivity extends Activity implements Topic.Subscriber {
|
||||
// Disable dangerous settings in user mode if selected owner manage
|
||||
if (mm.userId > 0) {
|
||||
suCategory.removePreference(multiuserMode);
|
||||
generalCatagory.removePreference(hideManager);
|
||||
}
|
||||
|
||||
// Remove re-authentication option on Android O, it will not work
|
||||
|
||||
Reference in New Issue
Block a user