From 6c6c3f525922c177da2ff9680263d69095455e06 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 a2f8d088f..a5efed042 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" />