Use the correct link device flag.
This commit is contained in:
parent
440fc18063
commit
06aa9b5171
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class RegistrationActivity : BaseActivity() {
|
|||
}
|
||||
|
||||
private fun handleSuccessfulVerify() {
|
||||
if (SignalStore.misc.hasLinkedDevices) {
|
||||
if (SignalStore.account.hasLinkedDevices) {
|
||||
SignalStore.misc.shouldShowLinkedDevicesReminder = sharedViewModel.isReregister
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue