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 a new issue