mirror of
https://github.com/bitwarden/android.git
synced 2026-05-02 13:18:47 -05:00
BIT-478: Implementation for crash logging switch in settings screen (#864)
This commit is contained in:
committed by
Álison Fernandes
parent
085fa0153d
commit
2de2ade7a6
@@ -32,6 +32,7 @@ class MainViewModelTest : BaseViewModelTest() {
|
||||
private val mutableAppThemeFlow = MutableStateFlow(AppTheme.DEFAULT)
|
||||
private val mutableUserStateFlow = MutableStateFlow<UserState?>(DEFAULT_USER_STATE)
|
||||
private val mutableScreenCaptureAllowedFlow = MutableStateFlow(true)
|
||||
private val mutableCrashLoggingEnabledFlow = MutableStateFlow(true)
|
||||
val authRepository = mockk<AuthRepository> {
|
||||
every { userStateFlow } returns mutableUserStateFlow
|
||||
every { activeUserId } returns USER_ID
|
||||
|
||||
Reference in New Issue
Block a user