summaryrefslogtreecommitdiffstats
path: root/gui/action.cpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-02-07 19:39:13 +0100
committerGerrit Code Review <gerrit2@gerrit>2014-02-07 19:39:13 +0100
commit75de542490f6a78f346c75fdea0bfc7975e6b4d2 (patch)
tree13308f75330d0f61b3daa9f16e43425c59bef9f3 /gui/action.cpp
parentMerge "Add haptic feedback" into android-4.4 (diff)
parentExpansion of vibrate options (diff)
downloadandroid_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar
android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar.gz
android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar.bz2
android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar.lz
android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar.xz
android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar.zst
android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.zip
Diffstat (limited to 'gui/action.cpp')
-rw-r--r--gui/action.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/action.cpp b/gui/action.cpp
index 8539386a0..9c785d169 100644
--- a/gui/action.cpp
+++ b/gui/action.cpp
@@ -348,7 +348,7 @@ void GUIAction::operation_end(const int operation_status, const int simulate)
#endif
time(&Stop);
if ((int) difftime(Stop, Start) > 10)
- DataManager::Vibrate("tw_vibrate");
+ DataManager::Vibrate("tw_action_vibrate");
}
int GUIAction::doAction(Action action, int isThreaded /* = 0 */)