mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +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;
|
boolean handled = false;
|
||||||
if ( m_activity instanceof MainActivity ) {
|
if ( m_activity instanceof MainActivity ) {
|
||||||
MainActivity main = (MainActivity)m_activity;
|
MainActivity main = (MainActivity)m_activity;
|
||||||
if ( true /*main.inDPMode()*/ ) {
|
if ( !m_finishCalled ) {
|
||||||
if ( !m_finishCalled ) {
|
m_finishCalled = true;
|
||||||
m_finishCalled = true;
|
main.finishFragment( (XWFragment)m_delegator );
|
||||||
main.finishFragment( (XWFragment)m_delegator );
|
|
||||||
}
|
|
||||||
handled = true;
|
|
||||||
}
|
}
|
||||||
|
handled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( !handled ) {
|
if ( !handled ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue