summaryrefslogtreecommitdiffstats
path: root/gui/action.cpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-02-05 15:02:06 +0100
committerEthan Yonker <dees_troy@teamw.in>2014-02-07 16:53:41 +0100
commit03db326c64b246974d9cfaba02406d7bd77d8c37 (patch)
tree657ab4029909cfa614c9cee91f19a27b55da1763 /gui/action.cpp
parentAdd haptic feedback (diff)
downloadandroid_bootable_recovery-03db326c64b246974d9cfaba02406d7bd77d8c37.tar
android_bootable_recovery-03db326c64b246974d9cfaba02406d7bd77d8c37.tar.gz
android_bootable_recovery-03db326c64b246974d9cfaba02406d7bd77d8c37.tar.bz2
android_bootable_recovery-03db326c64b246974d9cfaba02406d7bd77d8c37.tar.lz
android_bootable_recovery-03db326c64b246974d9cfaba02406d7bd77d8c37.tar.xz
android_bootable_recovery-03db326c64b246974d9cfaba02406d7bd77d8c37.tar.zst
android_bootable_recovery-03db326c64b246974d9cfaba02406d7bd77d8c37.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 */)