mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Upgrade to libsignal 0.56.0
This commit is contained in:
committed by
mtang-signal
parent
9b23264502
commit
a76d400bd1
@@ -77,7 +77,7 @@ public final class PreKeyMigrationHelper {
|
||||
contentValues.put(SignedPreKeyTable.TIMESTAMP, signedPreKey.getTimestamp());
|
||||
database.insert(SignedPreKeyTable.TABLE_NAME, null, contentValues);
|
||||
Log.i(TAG, "Migrated signed prekey: " + signedPreKey.getId());
|
||||
} catch (IOException | InvalidMessageException e) {
|
||||
} catch (IOException | InvalidMessageException | InvalidKeyException e) {
|
||||
Log.w(TAG, e);
|
||||
clean = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user