Skip to content

Commit f88790d

Browse files
committed
chore: remove pin migration
1 parent 2719be1 commit f88790d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

app/src/main/java/to/bitkit/services/MigrationService.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)