mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Use server rereg flag to show post reg restore flows.
This commit is contained in:
committed by
Greyson Parrelli
parent
f255160c4a
commit
27ddc97ea4
@@ -16,5 +16,6 @@ data class AccountRegistrationResult(
|
||||
val masterKey: MasterKey?,
|
||||
val pin: String?,
|
||||
val aciPreKeyCollection: PreKeyCollection,
|
||||
val pniPreKeyCollection: PreKeyCollection
|
||||
val pniPreKeyCollection: PreKeyCollection,
|
||||
val reRegistration: Boolean
|
||||
)
|
||||
|
||||
@@ -444,7 +444,8 @@ object RegistrationRepository {
|
||||
masterKey = masterKey,
|
||||
pin = pin,
|
||||
aciPreKeyCollection = aciPreKeyCollection,
|
||||
pniPreKeyCollection = pniPreKeyCollection
|
||||
pniPreKeyCollection = pniPreKeyCollection,
|
||||
reRegistration = accountRegistrationResponse.reregistration
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user