Initialize navigation with AuthenticationFragment

Also remove unused MainFragment-related code
This commit is contained in:
Kirill Kamakin
2021-11-06 23:01:02 +03:00
parent b4db681747
commit 645b676cdf
7 changed files with 66 additions and 58 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/nav_graph"
app:startDestination="@id/authenticationFragment">
<fragment
android:id="@+id/authenticationFragment"
android:name="gq.kirmanak.mealie.ui.auth.AuthenticationFragment"
android:label="AuthenticationFragment" />
</navigation>