mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
resend pending messages when BT radio comes back on
This commit is contained in:
parent
b97a9518f7
commit
e6203182ec
1 changed files with 3 additions and 1 deletions
|
@ -323,7 +323,9 @@ public class BTService extends XWService {
|
|||
MultiEvent evt = cameOn? MultiEvent.BT_ENABLED
|
||||
: MultiEvent.BT_DISABLED;
|
||||
sendResult( evt );
|
||||
if ( !cameOn ) {
|
||||
if ( cameOn ) {
|
||||
GameUtils.resendAllIf( this, false );
|
||||
} else {
|
||||
stopListener();
|
||||
stopSender();
|
||||
stopSelf();
|
||||
|
|
Loading…
Reference in a new issue