diff --git a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/GameOverAlert.java b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/GameOverAlert.java index 006ea0d0c..8d555b935 100644 --- a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/GameOverAlert.java +++ b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/GameOverAlert.java @@ -199,7 +199,7 @@ public class GameOverAlert extends XWDialogFragment { mArchiveBox.setVisibility( mHasPending || mInArchive ? View.GONE : View.VISIBLE ); Utils.enableAlertButton( mDialog, AlertDialog.BUTTON_NEGATIVE, !mHasPending ); - mDeleteBox.setVisibility( mHasPending || mInArchive ? View.GONE : View.VISIBLE ); + mDeleteBox.setVisibility( mHasPending ? View.GONE : View.VISIBLE ); } private void initView()