mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
show SMS status in (fixes always-red indicator)
(Not duplicate-specific)
This commit is contained in:
parent
30fd27aa53
commit
d92c2b87c8
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@ public class NBSProto {
|
||||||
if ( (0 == (++s_nReceived % TOAST_FREQ)) && showToasts( context ) ) {
|
if ( (0 == (++s_nReceived % TOAST_FREQ)) && showToasts( context ) ) {
|
||||||
DbgUtils.showf( context, "Got msg %d", s_nReceived );
|
DbgUtils.showf( context, "Got msg %d", s_nReceived );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ConnStatusHandler.updateStatusIn( context, null,
|
||||||
|
CommsConnType.COMMS_CONN_SMS,
|
||||||
|
true );
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void inviteRemote( Context context, String phone,
|
public static void inviteRemote( Context context, String phone,
|
||||||
|
|
Loading…
Reference in a new issue