commit | 8c0f06b0d33323d10813d3ae0e5aeb94695dd442 | [log] [tgz] |
---|---|---|
author | Dees Troy <dees_troy@teamw.in> | Tue Nov 26 21:21:29 2013 +0000 |
committer | Dees Troy <dees_troy@teamw.in> | Tue Nov 26 21:21:29 2013 +0000 |
tree | 86e13d22607ce45beee14a8d563f3522e47f3b0d | |
parent | a2e5efba0c5f229f0519ec23b7d1eb60f53d6724 [diff] |
Update partition sizes after sideload Change-Id: I4dbb4677f1c3bcfa0b0a9248ae0b411c155f927e
diff --git a/gui/action.cpp b/gui/action.cpp index 32adb84..5536c82 100644 --- a/gui/action.cpp +++ b/gui/action.cpp
@@ -1195,6 +1195,7 @@ } else { ret = 1; // failure } + PartitionManager.Update_System_Details(); if (DataManager::GetIntValue(TW_HAS_INJECTTWRP) == 1 && DataManager::GetIntValue(TW_INJECT_AFTER_ZIP) == 1) { operation_start("ReinjectTWRP"); gui_print("Injecting TWRP into boot image...\n");