mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 13:17:39 +02:00
Add new util function
This commit is contained in:
@ -322,10 +322,7 @@ void auto_start_magiskhide() {
|
||||
db_settings dbs;
|
||||
get_db_settings(dbs, HIDE_CONFIG);
|
||||
if (dbs[HIDE_CONFIG]) {
|
||||
new_daemon_thread([](auto) -> void* {
|
||||
launch_magiskhide(-1);
|
||||
return nullptr;
|
||||
});
|
||||
new_daemon_thread([]() -> void { launch_magiskhide(-1); });
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user