system mount: unmount system after checking for TWRP app

Change-Id: I9ab74c9839b50e399432d19839191b7de2d1bf60
(cherry picked from commit 07f991a3ed1457d4774078219e828e6d63756777)
This commit is contained in:
bigbiff
2020-03-11 19:24:18 -04:00
parent 89a03ccd36
commit a34befa5c8
+1
View File
@@ -1321,6 +1321,7 @@ bool TWFunc::Is_TWRP_App_In_System() {
}
}
DataManager::SetValue("tw_app_installed_in_system", 0);
PartitionManager.UnMount_By_Path(PartitionManager.Get_Android_Root_Path(), false);
return false;
}