updated screenshots

This commit is contained in:
Daniel Gultsch 2020-01-18 09:12:50 +01:00
parent 1008bf405e
commit b56f6fbf4c
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 166 KiB

BIN
screenshots.xcf Normal file

Binary file not shown.

View file

@ -288,6 +288,7 @@ public class XmppAxolotlMessage {
byte[] key = unpackKey(session, sourceDeviceId);
if (key != null) {
try {
//TODO remove support for *not* having auth tag in key
if (key.length >= 32) {
int authtaglength = key.length - 16;
Log.d(Config.LOGTAG,"found auth tag as part of omemo key");