commit | 45f66b2c584f31efd9a9cf127e9e41affc9bc855 | [log] [tgz] |
---|---|---|
author | nebrassy <nebras30@gmail.com> | Mon Jul 26 22:34:24 2021 +0200 |
committer | bigbiff <bigbiff@teamw.in> | Mon Jul 26 23:13:51 2021 +0000 |
tree | 9e7ceb416a5fda26a1df5f0d82947a1745586243 | |
parent | 5c102578654c7c7449541877e9283ab095274156 [diff] |
Repacker: refresh sizes before backing up boot Change-Id: I001295739cb71fdbfc3c3bfe5cc150dc5215867c
diff --git a/twrpRepacker.cpp b/twrpRepacker.cpp index 5663890..8a17508 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()));