diff options
author | 2014-09-17 11:34:25 +0000 | |
---|---|---|
committer | 2014-09-17 11:34:25 +0000 | |
commit | 686136a4eff131e60d000d2c3382ef057b5d62a3 (patch) | |
tree | 5457d6bb77381e097175c7a62d75f382dde198c5 /tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java | |
parent | 812c97b4cfa3d00bc5818e2a1361e5dc882ca7ee (diff) | |
parent | e2a396eef0a68903018a4c578604acc8a1c252db (diff) | |
download | latinime-686136a4eff131e60d000d2c3382ef057b5d62a3.tar.gz latinime-686136a4eff131e60d000d2c3382ef057b5d62a3.tar.xz latinime-686136a4eff131e60d000d2c3382ef057b5d62a3.zip |
am e2a396ee: Merge "Fall back to default keyboard theme"
* commit 'e2a396eef0a68903018a4c578604acc8a1c252db':
Fall back to default keyboard theme
Diffstat (limited to 'tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java')
-rw-r--r-- | tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java b/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java index 570865738..b64ab8c80 100644 --- a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java +++ b/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java @@ -51,7 +51,7 @@ public abstract class KeyboardLayoutSetTestsBase extends AndroidTestCase { protected void setUp() throws Exception { super.setUp(); final KeyboardTheme keyboardTheme = KeyboardTheme.searchKeyboardThemeById( - getKeyboardThemeForTests()); + getKeyboardThemeForTests(), KeyboardTheme.KEYBOARD_THEMES); setContext(new ContextThemeWrapper(getContext(), keyboardTheme.mStyleId)); KeyboardLayoutSet.onKeyboardThemeChanged(); |