* commit '1ab33383f983082621084a65a168101e5fb526e0': Fix NPE found in monkey test
This commit is contained in:
commit
3153863f04
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue