diff --git a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/XWApp.java b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/XWApp.java index f952afd8b..08032b392 100644 --- a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/XWApp.java +++ b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/XWApp.java @@ -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 );