show SMS status in (fixes always-red indicator)

(Not duplicate-specific)
This commit is contained in:
Eric House 2019-05-29 09:42:15 -07:00
parent 30fd27aa53
commit d92c2b87c8

View file

@ -65,6 +65,10 @@ public class NBSProto {
if ( (0 == (++s_nReceived % TOAST_FREQ)) && showToasts( context ) ) {
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,