Skip to content

Commit

Permalink
Remove unused content not supported TextView
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiGr authored and Stypox committed Sep 18, 2023
1 parent 64da7a0 commit 031b893
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/src/main/res/layout/fragment_channel_videos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,6 @@
android:text="@string/empty_view_no_videos"
android:textSize="24sp" />

<org.schabi.newpipe.views.NewPipeTextView
android:id="@+id/error_content_not_supported"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:text="@string/content_not_supported"
android:textSize="15sp"
android:visibility="gone" />

</LinearLayout>

<!--ERROR PANEL-->
Expand Down

0 comments on commit 031b893

Please sign in to comment.