mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
resend all when come to foreground
This commit is contained in:
parent
c611919876
commit
ddf12b6523
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ public class XWApp extends Application implements LifecycleObserver {
|
|||
if ( null != DBUtils.getRelayIDs( this, null ) ) {
|
||||
RelayService.timerFired( this );
|
||||
}
|
||||
GameUtils.resendAllIf( this, null );
|
||||
break;
|
||||
case ON_STOP:
|
||||
BTService.onAppToBackground( this );
|
||||
|
|
Loading…
Reference in a new issue