Closed yinkh closed 1 year ago
Inside onReceive, there are two if (intent.getAction().equals(IME_MESSAGE)) ,and the second one getStringExtra mcode, the second one shoule be IME_META_KEYCODE?
if (intent.getAction().equals(IME_MESSAGE))
i get null point error on line 102 when input text.
https://github.com/senzhk/ADBKeyBoard/pull/54
Inside onReceive, there are two
if (intent.getAction().equals(IME_MESSAGE))
,and the second one getStringExtra mcode, the second one shoule be IME_META_KEYCODE?i get null point error on line 102 when input text.