Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed Feb 8, 2021
1 parent 31ee929 commit 8c4a9ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ public void reInit(JSONObject bundle, String password, String oneTimeId) {
SignalProtocolAddress signalProtocolAddress = new SignalProtocolAddress((String) bundle.get("userId"), 1);
System.out.println("xxx10");
for (int i = 0; i < senderKeys.length(); i++) {
System.out.println("xxx11");
JSONObject senderKeyJson = senderKeys.getJSONObject(i);
System.out.println("xxx11 " + senderKeyJson.toString());
reinitSenderKey(senderKeyJson, signalProtocolAddress, (String) bundle.get("userId"));
Log.d("PROGRESS", Integer.toString(i + 1));
// WritableMap params = Arguments.createMap();
Expand Down

0 comments on commit 8c4a9ac

Please sign in to comment.