mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-29 12:52:34 +00:00
parent
8c9f3b9509
commit
6189e3130e
@ -958,7 +958,7 @@ public class NativeActivity extends Activity implements SurfaceHolder.Callback {
|
||||
.setPositiveButton(defaultAction, new DialogInterface.OnClickListener(){
|
||||
@Override
|
||||
public void onClick(DialogInterface d, int which) {
|
||||
NativeApp.sendMessage("inputbox_completed", input.getText().toString());
|
||||
NativeApp.sendMessage("inputbox_completed", title + ":" + input.getText().toString());
|
||||
d.dismiss();
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user