@@ -740,8 +740,6 @@ class MigrationService @Inject constructor(
740740 else -> CoinSelectionPreference .SmallestFirst
741741 },
742742 isPinEnabled = settings.pin ? : current.isPinEnabled,
743- isPinOnLaunchEnabled = settings.pinOnLaunch ? : current.isPinOnLaunchEnabled,
744- isPinOnIdleEnabled = settings.pinOnIdle ? : current.isPinOnIdleEnabled,
745743 isPinForPaymentsEnabled = settings.pinForPayments ? : current.isPinForPaymentsEnabled,
746744 isBiometricEnabled = settings.biometrics ? : current.isBiometricEnabled,
747745 quickPayIntroSeen = settings.quickpayIntroSeen ? : current.quickPayIntroSeen,
@@ -1632,8 +1630,6 @@ data class RNSettings(
16321630 val enableSendAmountWarning : Boolean? = null ,
16331631 val enableSwipeToHideBalance : Boolean? = null ,
16341632 val pin : Boolean? = null ,
1635- val pinOnLaunch : Boolean? = null ,
1636- val pinOnIdle : Boolean? = null ,
16371633 val pinForPayments : Boolean? = null ,
16381634 val biometrics : Boolean? = null ,
16391635 val rbf : Boolean? = null ,
0 commit comments