Show error message on SN screen when there's no ACI.

This commit is contained in:
Greyson Parrelli
2026-03-10 12:00:35 +00:00
committed by Cody Henthorne
parent 5dc626078f
commit c5de7581ee

View File

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