FlymeOS / devices-base_cm

31 stars 45 forks source link

Fixed the issue about the NullPointerException when use 3rd input method #15

Closed Liberations closed 7 years ago

Liberations commented 7 years ago

Input Method Manager Crash java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String java.lang.CharSequence.toString()' on a null object reference at com.android.server.InputMethodManagerService.publishImeSelectorCustomTile(InputMethodManagerService.java:3645)

zoujunhua commented 7 years ago

已合入并修正