mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Wire in time remaining for registration lock responses.
This commit is contained in:
@@ -430,6 +430,7 @@ class ChangeNumberViewModel : ViewModel() {
|
||||
is VerificationCodeRequestResult.RegistrationLocked ->
|
||||
store.update {
|
||||
it.copy(
|
||||
lockedTimeRemaining = result.timeRemaining,
|
||||
svr2Credentials = result.svr2Credentials,
|
||||
svr3Credentials = result.svr3Credentials
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user