mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
parent
b9795057cf
commit
56a1b6d03a
1 changed files with 1 additions and 0 deletions
|
@ -1217,6 +1217,7 @@ public abstract class NativeActivity extends Activity implements SurfaceHolder.C
|
||||||
@Override
|
@Override
|
||||||
public void onDismiss(DialogInterface d) {
|
public void onDismiss(DialogInterface d) {
|
||||||
NativeApp.sendInputBox(seqID, false, "");
|
NativeApp.sendInputBox(seqID, false, "");
|
||||||
|
updateSystemUiVisibility();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.create();
|
.create();
|
||||||
|
|
Loading…
Add table
Reference in a new issue