mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
more useful log statement
This commit is contained in:
parent
6fbb701dbe
commit
c3f0ed692c
1 changed files with 1 additions and 1 deletions
|
@ -2223,8 +2223,8 @@ public class BoardDelegate extends DelegateBase
|
|||
m_relayMissing = false;
|
||||
}
|
||||
if ( 0 == nMissing || !m_relayMissing ) {
|
||||
Log.d( TAG, "dismissing invite alert %H", m_inviteAlert );
|
||||
if ( null != m_inviteAlert ) {
|
||||
Log.d( TAG, "dismissing invite alert" );
|
||||
m_inviteAlert.dismiss();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue