Administrator
2021-11-15 63e7aa59d22ada28fd14d39900f41a2e1ed2c325
app/src/main/res/navigation/mobile_navigation.xml
@@ -7,19 +7,19 @@
    <fragment
        android:id="@+id/navigation_home"
        android:name="com.runt.open.mvvm.ui.home.HomeFragment"
        android:name="com.runt.open.mvvm.ui.main.home.HomeFragment"
        android:label="@string/title_home"
        tools:layout="@layout/fragment_home" />
    <fragment
        android:id="@+id/navigation_dashboard"
        android:name="com.runt.open.mvvm.ui.dashboard.DashboardFragment"
        android:name="com.runt.open.mvvm.ui.main.dashboard.DashboardFragment"
        android:label="@string/title_dashboard"
        tools:layout="@layout/fragment_dashboard" />
    <fragment
        android:id="@+id/navigation_notifications"
        android:name="com.runt.open.mvvm.ui.notifications.NotificationsFragment"
        android:name="com.runt.open.mvvm.ui.main.notifications.NotificationsFragment"
        android:label="@string/title_notifications"
        tools:layout="@layout/fragment_notifications" />
</navigation>