mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
don't show delete checkbox if there are un-ack'd messages
This commit is contained in:
parent
7c33bb41af
commit
3eb07410bd
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +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 );
|
||||
}
|
||||
|
||||
private void initView()
|
||||
|
|
Loading…
Reference in a new issue