commit | 07f991a3ed1457d4774078219e828e6d63756777 | [log] [tgz] |
---|---|---|
author | bigbiff <bigbiff@teamw.in> | Wed Mar 11 19:24:18 2020 -0400 |
committer | bigbiff <bigbiff@teamw.in> | Wed Mar 11 19:24:18 2020 -0400 |
tree | ce0a89539de797ff7870c3f131c0550f95d2d304 | |
parent | 191a6948d9f1f627cc53c38d72d4bce2e7897753 [diff] |
system mount: unmount system after checking for TWRP app Change-Id: I9ab74c9839b50e399432d19839191b7de2d1bf60
diff --git a/twrp-functions.cpp b/twrp-functions.cpp index a3e5a07..8203cfa 100755 --- a/twrp-functions.cpp +++ b/twrp-functions.cpp
@@ -1313,6 +1313,7 @@ } } DataManager::SetValue("tw_app_installed_in_system", 0); + PartitionManager.UnMount_By_Path(PartitionManager.Get_Android_Root_Path(), false); return false; } #endif // ndef BUILD_TWRPTAR_MAIN