From 6a4a29eeed263f98148a4df9a8ac635d4a9ac2f4 Mon Sep 17 00:00:00 2001 From: Mugurell Date: Thu, 6 Oct 2022 15:53:05 +0300 Subject: [PATCH] For #27016 - Prevent the MR onboarding always going to homescreen This will mean that hen the onboarding is finished the user will get back to the screen that should've been opened if not the onboarding. --- app/src/main/res/navigation/nav_graph.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/navigation/nav_graph.xml b/app/src/main/res/navigation/nav_graph.xml index a2f8d088f2d8..a5efed042b73 100644 --- a/app/src/main/res/navigation/nav_graph.xml +++ b/app/src/main/res/navigation/nav_graph.xml @@ -31,8 +31,7 @@ + app:destination="@id/homeOnboardingDialogFragment" />