mirror of
https://github.com/bitwarden/android.git
synced 2026-04-30 21:08:38 -05:00
PM-11174 Action card for import logins flow (#4057)
This commit is contained in:
@@ -1079,6 +1079,10 @@ private val DEFAULT_STATE: MainState = MainState(
|
||||
isScreenCaptureAllowed = true,
|
||||
)
|
||||
|
||||
private val DEFAULT_FIRST_TIME_STATE = UserState.FirstTimeState(
|
||||
showImportLoginsCard = true,
|
||||
)
|
||||
|
||||
private const val SPECIAL_CIRCUMSTANCE_KEY: String = "special-circumstance"
|
||||
private val DEFAULT_ACCOUNT = UserState.Account(
|
||||
userId = "activeUserId",
|
||||
@@ -1097,6 +1101,7 @@ private val DEFAULT_ACCOUNT = UserState.Account(
|
||||
hasMasterPassword = true,
|
||||
isUsingKeyConnector = false,
|
||||
onboardingStatus = OnboardingStatus.COMPLETE,
|
||||
firstTimeState = DEFAULT_FIRST_TIME_STATE,
|
||||
)
|
||||
|
||||
private val DEFAULT_USER_STATE = UserState(
|
||||
|
||||
Reference in New Issue
Block a user