mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
parent
8c9f3b9509
commit
6189e3130e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue