resend all when come to foreground

This commit is contained in:
Eric House 2019-01-15 22:13:46 -08:00
parent c611919876
commit ddf12b6523

View file

@ -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 );