mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 07:52:57 -05:00
Fixed missing @Override annotation warning in source for Android.
This commit is contained in:
parent
39d104f5f6
commit
fc4c480457
|
|
@ -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