1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-12 14:17:38 +00:00

Remove unused content not supported TextView

This commit is contained in:
TobiGr
2023-09-18 15:55:41 +02:00
committed by Stypox
parent 64da7a06c0
commit 031b893196

View File

@@ -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-->