From 2bf369436dfe7092400531b61b96a4a2ab5dfe43 Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Wed, 7 Aug 2024 16:13:06 -0300 Subject: [PATCH] Update docs/architecture/mobile-clients/android/index.md Co-authored-by: Matt Bishop --- docs/architecture/mobile-clients/android/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/mobile-clients/android/index.md b/docs/architecture/mobile-clients/android/index.md index c53c2fce..d38afbe0 100644 --- a/docs/architecture/mobile-clients/android/index.md +++ b/docs/architecture/mobile-clients/android/index.md @@ -523,7 +523,7 @@ trigger actual navigation events. The app uses a mix of state-based navigation a (in order to determine the overall app flow the user is in) and event-based navigation (to handle navigation within a flow based on user interactions). -#### State-based Navigation +#### State-based navigation State-based navigation is handled by the [RootNavViewModel](https://github.com/bitwarden/android/blob/main/app/src/main/java/com/x8bit/bitwarden/ui/platform/feature/rootnav/RootNavViewModel.kt)