aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/SettingsValues.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-01-10 12:06:00 +0900
committerTadashi G. Takaoka <takaoka@google.com>2013-01-10 15:11:30 +0900
commita7a7f4e00277b2d3c1c38d2b6fe558e177e1e8d2 (patch)
tree92577bb83a03b7231623efae8dd351ec8d33fea0 /java/src/com/android/inputmethod/latin/SettingsValues.java
parent88df3d9239a714f6cda82a25cce35844d4d4dfb4 (diff)
downloadlatinime-a7a7f4e00277b2d3c1c38d2b6fe558e177e1e8d2.tar.gz
latinime-a7a7f4e00277b2d3c1c38d2b6fe558e177e1e8d2.tar.xz
latinime-a7a7f4e00277b2d3c1c38d2b6fe558e177e1e8d2.zip
Add default button to vibration/volume settings dialog
Change-Id: I7beb4517314efdefeb47d91b14a6b02c3075c19f
Diffstat (limited to 'java/src/com/android/inputmethod/latin/SettingsValues.java')
-rw-r--r--java/src/com/android/inputmethod/latin/SettingsValues.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/SettingsValues.java b/java/src/com/android/inputmethod/latin/SettingsValues.java
index fac85a8cc..0d3feaa26 100644
--- a/java/src/com/android/inputmethod/latin/SettingsValues.java
+++ b/java/src/com/android/inputmethod/latin/SettingsValues.java
@@ -139,7 +139,7 @@ public final class SettingsValues {
mBigramPredictionEnabled = readBigramPredictionEnabled(prefs, res);
// Compute other readable settings
- mKeypressVibrationDuration = Settings.readVibrationDuration(prefs, res);
+ mKeypressVibrationDuration = Settings.readKeypressVibrationDuration(prefs, res);
mKeypressSoundVolume = Settings.readKeypressSoundVolume(prefs, res);
mKeyPreviewPopupDismissDelay = Settings.readKeyPreviewPopupDismissDelay(prefs, res);
mAutoCorrectionThreshold = readAutoCorrectionThreshold(res,