Loading java/src/com/android/inputmethod/latin/SharedPreferencesCompat.java +1 −2 Original line number Diff line number Diff line Loading @@ -30,8 +30,7 @@ public class SharedPreferencesCompat { private static Method findApplyMethod() { try { Class cls = SharedPreferences.Editor.class; return cls.getMethod("apply"); return SharedPreferences.Editor.class.getMethod("apply"); } catch (NoSuchMethodException unused) { // fall through } Loading Loading
java/src/com/android/inputmethod/latin/SharedPreferencesCompat.java +1 −2 Original line number Diff line number Diff line Loading @@ -30,8 +30,7 @@ public class SharedPreferencesCompat { private static Method findApplyMethod() { try { Class cls = SharedPreferences.Editor.class; return cls.getMethod("apply"); return SharedPreferences.Editor.class.getMethod("apply"); } catch (NoSuchMethodException unused) { // fall through } Loading