You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/main/java/com/x8bit/bitwarden/ui/auth/feature/newdevicenotice/NewDeviceNoticeTwoFactorNavigation.kt
+2
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,14 @@ fun NavController.navigateToNewDeviceNoticeTwoFactor(
24
24
*/
25
25
fun NavGraphBuilder.newDeviceNoticeTwoFactorDestination(
Copy file name to clipboardExpand all lines: app/src/main/java/com/x8bit/bitwarden/ui/auth/feature/newdevicenotice/NewDeviceNoticeTwoFactorViewModel.kt
Copy file name to clipboardExpand all lines: app/src/test/java/com/x8bit/bitwarden/ui/auth/feature/newdevicenotice/NewDeviceNoticeTwoFactorScreenTest.kt
Copy file name to clipboardExpand all lines: app/src/test/java/com/x8bit/bitwarden/ui/auth/feature/newdevicenotice/NewDeviceNoticeTwoFactorViewModelTest.kt
+13-1
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ class NewDeviceNoticeTwoFactorViewModelTest : BaseViewModelTest() {
127
127
}
128
128
129
129
@Test
130
-
fun`RemindMeLaterClick should emit NavigateBack`() = runTest {
130
+
fun`RemindMeLaterClick should emit NavigateBackToVault`() = runTest {
0 commit comments