(Android/Phoenix) nit

This commit is contained in:
ToadKing 2013-02-22 15:48:41 -05:00
parent 8d35c7f1be
commit 653ae663a2

View File

@ -315,11 +315,7 @@ public class RetroArch extends Activity implements
startActivity(i); startActivity(i);
} }
}) })
.setNegativeButton("No", new DialogInterface.OnClickListener() { .setNegativeButton("No", null);
@Override
public void onClick(DialogInterface dialog, int which) {
}
});
alert.show(); alert.show();
} }
} }