mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-01 14:16:49 +00:00
Use the correct link device flag.
This commit is contained in:
@@ -64,7 +64,7 @@ class RegistrationActivity : BaseActivity() {
|
||||
}
|
||||
|
||||
private fun handleSuccessfulVerify() {
|
||||
if (SignalStore.misc.hasLinkedDevices) {
|
||||
if (SignalStore.account.hasLinkedDevices) {
|
||||
SignalStore.misc.shouldShowLinkedDevicesReminder = sharedViewModel.isReregister
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user