mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-02 08:23:00 +01:00
Show error message on SN screen when there's no ACI.
This commit is contained in:
committed by
Cody Henthorne
parent
5dc626078f
commit
c5de7581ee
@@ -117,9 +117,7 @@ class VerifySafetyNumberViewModel(
|
||||
aciFingerprint = SafetyNumberFingerprint(version, localIdentifier, localIdentity, remoteIdentifier, remoteIdentity, generator.createFor(version, localIdentifier, localIdentity, remoteIdentifier, remoteIdentity))
|
||||
}
|
||||
|
||||
if (aciFingerprint != null) {
|
||||
fingerprintLiveData.postValue(aciFingerprint)
|
||||
}
|
||||
fingerprintLiveData.postValue(aciFingerprint)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user