summaryrefslogtreecommitdiffstats
path: root/gui/checkbox.cpp
diff options
context:
space:
mode:
authorVojtech Bocek <vbocek@gmail.com>2014-02-08 02:21:23 +0100
committerVojtech Bocek <vbocek@gmail.com>2014-02-08 02:22:23 +0100
commit5af8f3faca69918adb1a8a97f7f04b9618031c9b (patch)
tree775b04bf45754ad73107de6016702cd5cbafda2b /gui/checkbox.cpp
parentMerge "Additional mount function call without mount options" into android-4.4 (diff)
downloadandroid_bootable_recovery-5af8f3faca69918adb1a8a97f7f04b9618031c9b.tar
android_bootable_recovery-5af8f3faca69918adb1a8a97f7f04b9618031c9b.tar.gz
android_bootable_recovery-5af8f3faca69918adb1a8a97f7f04b9618031c9b.tar.bz2
android_bootable_recovery-5af8f3faca69918adb1a8a97f7f04b9618031c9b.tar.lz
android_bootable_recovery-5af8f3faca69918adb1a8a97f7f04b9618031c9b.tar.xz
android_bootable_recovery-5af8f3faca69918adb1a8a97f7f04b9618031c9b.tar.zst
android_bootable_recovery-5af8f3faca69918adb1a8a97f7f04b9618031c9b.zip
Diffstat (limited to 'gui/checkbox.cpp')
-rw-r--r--gui/checkbox.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/checkbox.cpp b/gui/checkbox.cpp
index b6d5e6348..8739c9c25 100644
--- a/gui/checkbox.cpp
+++ b/gui/checkbox.cpp
@@ -166,6 +166,8 @@ int GUICheckbox::NotifyTouch(TOUCH_STATE state, int x, int y)
DataManager::GetValue(mVarName, lastState);
lastState = (lastState == 0) ? 1 : 0;
DataManager::SetValue(mVarName, lastState);
+
+ DataManager::Vibrate("tw_button_vibrate");
}
return 0;
}