catch another exception in fingerprint generation

This commit is contained in:
Daniel Gultsch 2014-12-25 19:53:35 +01:00
parent 94aeca7c8a
commit ef1f72ea27
1 changed files with 1 additions and 1 deletions

View File

@ -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) {
}
}