Close all open popups from hardware key press
This commit is contained in:
parent
67a8ceabdd
commit
416c4273d3
|
@ -559,6 +559,8 @@ public class GL2JNIActivity extends Activity {
|
|||
} else {
|
||||
popUp.dismiss();
|
||||
}
|
||||
} else {
|
||||
popUp.dismiss();
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
|
@ -608,6 +608,8 @@ public class GL2JNINative extends NativeActivity {
|
|||
} else {
|
||||
popUp.dismiss();
|
||||
}
|
||||
} else {
|
||||
popUp.dismiss();
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue