mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
Convert StorageServiceValues to kotlin.
This commit is contained in:
@@ -68,7 +68,7 @@ class RegistrationActivity : BaseActivity() {
|
||||
SignalStore.misc.shouldShowLinkedDevicesReminder = sharedViewModel.isReregister
|
||||
}
|
||||
|
||||
if (SignalStore.storageService.needsAccountRestore()) {
|
||||
if (SignalStore.storageService.needsAccountRestore) {
|
||||
Log.i(TAG, "Performing pin restore.")
|
||||
startActivity(Intent(this, PinRestoreActivity::class.java))
|
||||
finish()
|
||||
|
||||
Reference in New Issue
Block a user