mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-17 14:47:19 +01:00
Fixed missing @Override annotation warning in source for Android.
This commit is contained in:
parent
4a67627e8b
commit
425a06a9ea
@ -126,6 +126,7 @@ public class SDLActivity extends Activity {
|
||||
dlgAlert.setTitle("SDL Error");
|
||||
dlgAlert.setPositiveButton("Exit",
|
||||
new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(DialogInterface dialog,int id) {
|
||||
// if this button is clicked, close current activity
|
||||
SDLActivity.mSingleton.finish();
|
||||
|
Loading…
Reference in New Issue
Block a user