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.
This commit is contained in:
darken
2025-09-29 14:31:58 +02:00
parent d38f2ea3e9
commit 2b4161b9e7
@@ -35,11 +35,6 @@
android:id="@+id/action_settingsFragment_to_troubleShooterFragment"
app:destination="@id/troubleShooterFragment" />
</fragment>
<fragment
android:id="@+id/deviceManagerFragment"
android:name="eu.darken.capod.profiles.ui.DeviceManagerFragment"
android:label="DeviceManagerFragment"
tools:layout="@layout/device_manager_fragment" />
<fragment
android:id="@+id/deviceManagerFragment"
android:name="eu.darken.capod.profiles.ui.DeviceManagerFragment"