mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-11 08:48:06 +01:00
always update nMissing so invite menuitem can go away
This commit is contained in:
parent
e20a72e527
commit
bdf5a43686
1 changed files with 3 additions and 0 deletions
|
@ -1317,6 +1317,9 @@ public class BoardActivity extends XWActivity
|
||||||
showNotAgainDlgThen( naMsg, naKey, SHOW_EXPL_ACTION );
|
showNotAgainDlgThen( naMsg, naKey, SHOW_EXPL_ACTION );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_missing = nMissing;
|
||||||
|
ABUtils.invalidateOptionsMenuIf( this );
|
||||||
} // handleConndMessage
|
} // handleConndMessage
|
||||||
|
|
||||||
private class BoardUtilCtxt extends UtilCtxtImpl {
|
private class BoardUtilCtxt extends UtilCtxtImpl {
|
||||||
|
|
Loading…
Add table
Reference in a new issue