Skip to content

Commit 70008ed

Browse files
committed
Add reconnect call.
1 parent decc03a commit 70008ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/android/BackgroundModeExt.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ public void onReceive(Context context, Intent intent) {
125125
view.dispatchWindowVisibilityChanged(visibility);
126126
});
127127

128-
//webView.loadUrl("javascript:sendEmptyJoin()");
128+
Log.d("MlesAlarm", "Calling resync");
129+
webView.loadUrl("javascript:sync_reconnect()");
129130
}
130131

131132
alarmMgr = (AlarmManager)context.getSystemService(Context.ALARM_SERVICE);

0 commit comments

Comments
 (0)