Skip to content

Commit

Permalink
refactor: remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Dec 27, 2024
1 parent f4dfc18 commit feddc6b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 318 deletions.

This file was deleted.

164 changes: 0 additions & 164 deletions app/phone/src/main/java/dev/jdtech/jellyfin/fragments/MediaFragment.kt

This file was deleted.

40 changes: 0 additions & 40 deletions app/phone/src/main/res/layout/fragment_media.xml

This file was deleted.

19 changes: 1 addition & 18 deletions app/phone/src/main/res/navigation/app_navigation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/app_navigation"
app:startDestination="@+id/mediaFragment">

<fragment
android:id="@+id/mediaFragment"
android:name="dev.jdtech.jellyfin.fragments.MediaFragment"
android:label="@string/title_media"
tools:layout="@layout/fragment_media">
<action
android:id="@+id/action_navigation_media_to_libraryFragment"
app:destination="@id/libraryFragment"
app:enterAnim="@anim/nav_default_enter_anim"
app:exitAnim="@anim/nav_default_exit_anim"
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
<action
android:id="@+id/action_navigation_media_to_searchResultFragment"
app:destination="@id/searchResultFragment" />
</fragment>
app:startDestination="@+id/twoPaneSettingsFragment">

<fragment
android:id="@+id/twoPaneSettingsFragment"
Expand Down

This file was deleted.

0 comments on commit feddc6b

Please sign in to comment.