Skip to content

Commit 5d670c0

Browse files
authored
Update BackgroundModeExt.java
1 parent 7fd15eb commit 5d670c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/android/BackgroundModeExt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public void onReceive(Context context, Intent intent) {
126126
});
127127

128128
Log.d("MlesAlarm", "Calling resync");
129-
webView.loadUrl("javascript:sync_reconnect()");
129+
webView.loadUrl("javascript:syncReconnect()");
130130
}
131131

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

0 commit comments

Comments
 (0)