LatinIME/java
Yohei Yukawa f1f5ed542d Check null before passing to Integer.parseInt
Just after user data is cleared, user preference associated with
PREF_KEYBOARD_LAYOUT is always empty. In such case, we might
want to return the default value immediately, rather than
calling Integer.parseInt(null) and catching NumberFormatException
unnecessarily.

BUG: 13472379
Change-Id: I8dca9a22780d057013c032bd1f56e730dcada3ce
2014-03-24 20:54:03 +09:00
..
res Merge "Fix PC Qwerty shift locked layout" 2014-03-20 09:39:42 +00:00
src/com/android/inputmethod Check null before passing to Integer.parseInt 2014-03-24 20:54:03 +09:00
Android.mk
AndroidManifest.xml Remove some warnings 2014-01-09 14:04:34 +09:00
MODULE_LICENSE_APACHE2
NOTICE
proguard.flags Follow-up to I97df1c3d4076fe97657ebc3b086cccd2b97e9a9a 2013-06-26 18:09:34 +09:00