mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
cleanup
This commit is contained in:
parent
8cd1162421
commit
014cafe67e
1 changed files with 4 additions and 6 deletions
|
@ -296,13 +296,11 @@ public abstract class DelegateBase implements DlgClickNotify,
|
|||
boolean handled = false;
|
||||
if ( m_activity instanceof MainActivity ) {
|
||||
MainActivity main = (MainActivity)m_activity;
|
||||
if ( true /*main.inDPMode()*/ ) {
|
||||
if ( !m_finishCalled ) {
|
||||
m_finishCalled = true;
|
||||
main.finishFragment( (XWFragment)m_delegator );
|
||||
}
|
||||
handled = true;
|
||||
if ( !m_finishCalled ) {
|
||||
m_finishCalled = true;
|
||||
main.finishFragment( (XWFragment)m_delegator );
|
||||
}
|
||||
handled = true;
|
||||
}
|
||||
|
||||
if ( !handled ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue