mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
cancel notifications by rowid for non-networked games too
This commit is contained in:
parent
3655d0c9ff
commit
4f514c2e16
1 changed files with 2 additions and 1 deletions
|
@ -1892,10 +1892,11 @@ public class BoardDelegate extends DelegateBase
|
|||
DBUtils.setMsgFlags( m_rowid, GameSummary.MSG_FLAGS_NONE );
|
||||
}
|
||||
|
||||
Utils.cancelNotification( m_activity, (int)m_rowid );
|
||||
|
||||
if ( null != m_xport ) {
|
||||
warnIfNoTransport();
|
||||
trySendChats();
|
||||
Utils.cancelNotification( m_activity, (int)m_rowid );
|
||||
m_xport.tickle( m_connType );
|
||||
tryInvites();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue