From 43ce0239b40476750469d67befc6b102ae83a82f Mon Sep 17 00:00:00 2001 From: MainTobias <61535922+MainTobias@users.noreply.github.com> Date: Wed, 13 Oct 2021 23:01:46 +0200 Subject: [PATCH] Update AndroidManifest.xml (#883) To fix it opening the app in the same window (fe in whatsapp and not going to desired screen but instead only to login screen and then home screen instead of book/0 or book/2). --- navigation_and_routing/android/app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navigation_and_routing/android/app/src/main/AndroidManifest.xml b/navigation_and_routing/android/app/src/main/AndroidManifest.xml index 35f4431b5..2e2d978cf 100644 --- a/navigation_and_routing/android/app/src/main/AndroidManifest.xml +++ b/navigation_and_routing/android/app/src/main/AndroidManifest.xml @@ -5,7 +5,7 @@ android:icon="@mipmap/ic_launcher">