mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-15 02:36:12 -04:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user