From ddf12b6523be0df263157822a030feed65787133 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 15 Jan 2019 22:13:46 -0800 Subject: [PATCH] resend all when come to foreground --- .../android/app/src/main/java/org/eehouse/android/xw4/XWApp.java | 1 + 1 file changed, 1 insertion(+) 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 );