From 45f66b2c584f31efd9a9cf127e9e41affc9bc855 Mon Sep 17 00:00:00 2001 From: nebrassy Date: Mon, 26 Jul 2021 22:34:24 +0200 Subject: [PATCH] Repacker: refresh sizes before backing up boot Change-Id: I001295739cb71fdbfc3c3bfe5cc150dc5215867c --- twrpRepacker.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/twrpRepacker.cpp b/twrpRepacker.cpp index 56638902..8a17508e 100755 --- a/twrpRepacker.cpp +++ b/twrpRepacker.cpp @@ -118,6 +118,7 @@ bool twrpRepacker::Repack_Image_And_Flash(const std::string& Target_Image, const 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()));