mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 17:52:17 -05:00
catch another exception in fingerprint generation
This commit is contained in:
parent
94aeca7c8a
commit
ef1f72ea27
@ -451,7 +451,7 @@ public class Conversation extends AbstractEntity implements Blockable {
|
||||
builder.insert(26, " ");
|
||||
builder.insert(35, " ");
|
||||
this.otrFingerprint = builder.toString();
|
||||
} catch (final OtrCryptoException ignored) {
|
||||
} catch (final OtrCryptoException | UnsupportedOperationException ignored) {
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user