aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-01-09 19:06:15 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-01-09 19:06:15 -0800
commitb84ca27070e4a3f52729d7288542c69ccd2989fe (patch)
treef3a5cbbbc95dad027dfd89e3006f8ac3e2908907 /java/src/com/android/inputmethod/latin/LatinIME.java
parentc2f07352db9e19699ac06237a2cd04ae1fc88cd1 (diff)
parent3727a3fd6137c3552dc299f60b1f1df41cb47059 (diff)
downloadlatinime-b84ca27070e4a3f52729d7288542c69ccd2989fe.tar.gz
latinime-b84ca27070e4a3f52729d7288542c69ccd2989fe.tar.xz
latinime-b84ca27070e4a3f52729d7288542c69ccd2989fe.zip
am 3727a3fd: Merge "Clean up public helper methods of SettingsValues"
* commit '3727a3fd6137c3552dc299f60b1f1df41cb47059': Clean up public helper methods of SettingsValues
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 3b0112b27..38f137784 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -1083,7 +1083,7 @@ public final class LatinIME extends InputMethodService implements KeyboardAction
public boolean onEvaluateFullscreenMode() {
// Reread resource value here, because this method is called by framework anytime as needed.
final boolean isFullscreenModeAllowed =
- SettingsValues.isFullscreenModeAllowed(getResources());
+ Settings.readUseFullscreenMode(getResources());
if (super.onEvaluateFullscreenMode() && isFullscreenModeAllowed) {
// TODO: Remove this hack. Actually we should not really assume NO_EXTRACT_UI
// implies NO_FULLSCREEN. However, the framework mistakenly does. i.e. NO_EXTRACT_UI