mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-24 11:45:16 +00:00
(Android/Phoenix) nit
This commit is contained in:
parent
8d35c7f1be
commit
653ae663a2
@ -315,11 +315,7 @@ public class RetroArch extends Activity implements
|
||||
startActivity(i);
|
||||
}
|
||||
})
|
||||
.setNegativeButton("No", new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
}
|
||||
});
|
||||
.setNegativeButton("No", null);
|
||||
alert.show();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user