Skip to content

Commit

Permalink
⚰️ Remove deeplink and unused ActivityPage reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Jul 18, 2024
1 parent 0a48bb2 commit 23b8979
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/src/main/res/navigation/nav_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/nav_graph"
app:startDestination="@id/biometrics">
<activity
android:id="@+id/main"
android:name="dev.riverside.credit.Main"
android:label="activity_main"
tools:layout="@layout/activity_main" />
<fragment
android:id="@+id/biometrics"
android:name="dev.riverside.credit.Biometrics"
Expand All @@ -17,10 +12,6 @@
<action
android:id="@+id/action_biometrics_to_homepage"
app:destination="@id/homepage" />
<deepLink
android:id="@+id/deepLink"
android:autoVerify="true"
app:uri="credit://auth" />
</fragment>
<fragment
android:id="@+id/homepage"
Expand Down

0 comments on commit 23b8979

Please sign in to comment.