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
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
1 changed files with 0 additions and 9 deletions

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