mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01: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