commit | 31cba20d1e656748f6cd10c2736a15476306b0ab | [log] [tgz] |
---|---|---|
author | bigbiff <bigbiff@teamw.in> | Mon May 11 15:23:13 2020 +0000 |
committer | Gerrit Code Review <gerrit2@gerrit.twrp.me> | Mon May 11 15:23:13 2020 +0000 |
tree | c9c281082585292d32dae641b2ae0e4ad0e5d8c8 | |
parent | 3284a66e23fbc6e1a82df668b497ef931d9c0081 [diff] | |
parent | 07f991a3ed1457d4774078219e828e6d63756777 [diff] |
Merge "system mount: unmount system after checking for TWRP app" into android-9.0
diff --git a/twrp-functions.cpp b/twrp-functions.cpp index 97387b7..593ad9d 100755 --- a/twrp-functions.cpp +++ b/twrp-functions.cpp
@@ -1321,6 +1321,7 @@ } } DataManager::SetValue("tw_app_installed_in_system", 0); + PartitionManager.UnMount_By_Path(PartitionManager.Get_Android_Root_Path(), false); return false; }