From 2b4161b9e7fc33b7c4b4d569f189ca4bf1e58c55 Mon Sep 17 00:00:00 2001 From: darken Date: Mon, 29 Sep 2025 14:31:58 +0200 Subject: [PATCH] Fix DeviceManagerFragment navigation The navigation graph had a duplicate entry for DeviceManagerFragment. This commit removes the duplicate and ensures the correct navigation action to DeviceProfileCreationFragment is present. --- app/src/main/res/navigation/nav_graph.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/src/main/res/navigation/nav_graph.xml b/app/src/main/res/navigation/nav_graph.xml index f270ffc8..d9031ffa 100644 --- a/app/src/main/res/navigation/nav_graph.xml +++ b/app/src/main/res/navigation/nav_graph.xml @@ -35,11 +35,6 @@ android:id="@+id/action_settingsFragment_to_troubleShooterFragment" app:destination="@id/troubleShooterFragment" /> -