diff --git a/twrp-functions.cpp b/twrp-functions.cpp index 97387b76..593ad9d0 100755 --- a/twrp-functions.cpp +++ b/twrp-functions.cpp @@ -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; }