diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2015-01-02 22:22:31 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2015-01-03 04:23:22 +0100 |
commit | d83c9ea371d74a7abeb92d6bfc3603c13e5f034d (patch) | |
tree | f044692ce54b50be656239557e552e2fc385e1e3 /gui/action.cpp | |
parent | Do not toggle USB ID during MTP startup if not needed (diff) | |
download | android_bootable_recovery-d83c9ea371d74a7abeb92d6bfc3603c13e5f034d.tar android_bootable_recovery-d83c9ea371d74a7abeb92d6bfc3603c13e5f034d.tar.gz android_bootable_recovery-d83c9ea371d74a7abeb92d6bfc3603c13e5f034d.tar.bz2 android_bootable_recovery-d83c9ea371d74a7abeb92d6bfc3603c13e5f034d.tar.lz android_bootable_recovery-d83c9ea371d74a7abeb92d6bfc3603c13e5f034d.tar.xz android_bootable_recovery-d83c9ea371d74a7abeb92d6bfc3603c13e5f034d.tar.zst android_bootable_recovery-d83c9ea371d74a7abeb92d6bfc3603c13e5f034d.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/action.cpp b/gui/action.cpp index d1daab75b..4796ff335 100644 --- a/gui/action.cpp +++ b/gui/action.cpp @@ -339,8 +339,8 @@ void GUIAction::operation_start(const string operation_name) DataManager::SetValue(TW_ACTION_BUSY, 1); DataManager::SetValue("ui_progress", 0); DataManager::SetValue("tw_operation", operation_name); - DataManager::SetValue("tw_operation_status", 0); DataManager::SetValue("tw_operation_state", 0); + DataManager::SetValue("tw_operation_status", 0); } void GUIAction::operation_end(const int operation_status) |