mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 0d5f214a
: Fix NPE found in monkey test
* commit '0d5f214aa774ab0ab7c17521984caae11c9f4c2b': Fix NPE found in monkey test
This commit is contained in:
commit
1ab33383f9
@ -62,6 +62,9 @@ public final class SetupActivity extends Activity {
|
||||
@Override
|
||||
public void handleMessage(final Message msg) {
|
||||
final SetupActivity setupActivity = getOuterInstance();
|
||||
if (setupActivity == null) {
|
||||
return;
|
||||
}
|
||||
switch (msg.what) {
|
||||
case MSG_POLLING_IME_SETTINGS:
|
||||
if (SetupActivity.isThisImeEnabled(setupActivity)) {
|
||||
|
Loading…
Reference in New Issue
Block a user