Merge branch 'test_logs' into develop
This commit is contained in:
commit
054e991045
|
@ -210,6 +210,7 @@ public class LiveNotificationService extends Service implements NetworkStateRece
|
||||||
webSocketFutures.put(account.getAcct()+"@"+account.getInstance(), webSocket);
|
webSocketFutures.put(account.getAcct()+"@"+account.getInstance(), webSocket);
|
||||||
if (ex != null) {
|
if (ex != null) {
|
||||||
ex.printStackTrace();
|
ex.printStackTrace();
|
||||||
|
startStream();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
webSocket.setStringCallback(new WebSocket.StringCallback() {
|
webSocket.setStringCallback(new WebSocket.StringCallback() {
|
||||||
|
@ -400,8 +401,7 @@ public class LiveNotificationService extends Service implements NetworkStateRece
|
||||||
try {
|
try {
|
||||||
dataId = response.getString("id");
|
dataId = response.getString("id");
|
||||||
b.putString("dataId", dataId);
|
b.putString("dataId", dataId);
|
||||||
} catch (JSONException ignored) {
|
} catch (JSONException ignored) { }
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
Loading…
Reference in New Issue