commit | 774f7a1f53311befcf7a1edd07fff6b53408fecb | [log] [tgz] |
---|---|---|
author | nebrassy <nebras30@gmail.com> | Mon Jul 26 22:34:24 2021 +0200 |
committer | Captain Throwback <captainthrowback@hotmail.com> | Sat Nov 06 22:52:42 2021 -0400 |
tree | 93052d84c66e6ba77832dea3694790927e705fa3 | |
parent | 56b02eb4174a4794f523f975db9440755fa24d79 [diff] |
Repacker: refresh sizes before backing up boot Change-Id: I001295739cb71fdbfc3c3bfe5cc150dc5215867c
diff --git a/twrpRepacker.cpp b/twrpRepacker.cpp index 2ee5b7d..83ae973 100755 --- a/twrpRepacker.cpp +++ b/twrpRepacker.cpp
@@ -118,6 +118,7 @@ return false; } DataManager::SetProgress(0); + PartitionManager.Update_System_Details(); TWPartition* part = PartitionManager.Find_Partition_By_Path("/boot"); if (part) gui_msg(Msg("unpacking_image=Unpacking {1}...")(part->Get_Display_Name()));