commit | 39b7c16d281e46d5e7afb3a734c8165f121b6592 | [log] [tgz] |
---|---|---|
author | that <github@that.at> | Fri Nov 22 22:07:33 2013 +0100 |
committer | Dees Troy <dees_troy@teamw.in> | Tue Nov 04 15:35:16 2014 +0100 |
tree | e0a9ff24558387cb980b9884769b4e8d3bf736ed | |
parent | 7c0deaafd66444c8736a38f920e9e86ff4d225c9 [diff] |
add "done" after "Updating partition details..." This addresses a usability problem. Some users are confused when they switch to the console and see this message, thinking they have to wait. Examples: http://forum.xda-developers.com/showthread.php?t=2498492 http://androidforums.com/verizon-galaxy-s3-all-things-root/718376-twrp-recovery-update-question.html Change-Id: Ib44773998c2ef1b8b821f3b8876218e11a7de357
diff --git a/partitionmanager.cpp b/partitionmanager.cpp index 71c1fcb..8116e85 100644 --- a/partitionmanager.cpp +++ b/partitionmanager.cpp
@@ -1281,6 +1281,7 @@ #endif } } + gui_print("...done\n"); DataManager::SetValue(TW_BACKUP_DATA_SIZE, data_size); string current_storage_path = DataManager::GetCurrentStoragePath(); TWPartition* FreeStorage = Find_Partition_By_Path(current_storage_path);