diff --git a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/DelegateBase.java b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/DelegateBase.java index 908bf7441..d34ea5f45 100644 --- a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/DelegateBase.java +++ b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/DelegateBase.java @@ -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 ) {