Skip to content

Commit

Permalink
whooooooooopsie! (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics authored Oct 18, 2023
1 parent 6502174 commit 46f549b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ protected void handleSessionEstablishmentMessage(@NonNull byte[] payload)
Arrays.copyOfRange(payload, ECDSAKeys.ENCODED_PUBLIC_KEY_LENGTH_BYTES, payload.length);
sessionProperties = parseSessionProps(encryptedSessionProperties);
}
} catch (IndexOutOfBoundsException ignored) {
Log.w(TAG, "could not parse session properties, falling back on legacy session");
} finally {
mSessionProperties = sessionProperties;
}
Expand Down

0 comments on commit 46f549b

Please sign in to comment.