mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-07 13:55:56 +01:00
Improve regV5 logging.
This commit is contained in:
@@ -313,7 +313,7 @@ object SvrRepository {
|
||||
Log.i(TAG, "[onRegistrationComplete] Starting", true)
|
||||
operationLock.withLock {
|
||||
if (masterKey == null && userPin != null) {
|
||||
error("If masterKey is present, pin must also be present!")
|
||||
error("If PIN is present, MasterKey must also be present!")
|
||||
}
|
||||
|
||||
if (masterKey != null && userPin != null) {
|
||||
|
||||
Reference in New Issue
Block a user