mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-07 19:00:20 +00:00
Fix several small issues
This commit is contained in:
@@ -57,9 +57,6 @@ void launch_magiskhide(int client) {
|
||||
|
||||
hideEnabled = 1;
|
||||
|
||||
if (init_resetprop())
|
||||
goto error;
|
||||
|
||||
if (client != -1) {
|
||||
if (setprop("persist.magisk.hide", "1"))
|
||||
goto error;
|
||||
|
||||
Reference in New Issue
Block a user