mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
remove unnecessary override (identical to parent's implemenation)
This commit is contained in:
parent
4402b81bdf
commit
d536d05e24
1 changed files with 0 additions and 7 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue