remove unnecessary override (identical to parent's implemenation)

This commit is contained in:
Eric House 2016-03-04 19:49:59 -08:00
parent 4402b81bdf
commit d536d05e24

View file

@ -51,13 +51,6 @@ public class DictsActivity extends XWActivity {
super.onCreate( savedInstanceState, m_dlgt );
} // onCreate
@Override
public void onBackPressed() {
if ( !m_dlgt.onBackPressed() ) {
super.onBackPressed();
}
}
private static class SafePopupImpl implements SafePopup {
public void doPopup( final Context context, View button,
String curDict, int lang ) {