1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-09-05 20:37:55 +00:00

Update app/src/main/java/org/schabi/newpipe/fragments/list/BaseListInfoFragment.java

This commit is contained in:
Stypox
2023-08-06 10:07:13 +02:00
committed by GitHub
parent 32f74273f0
commit bef79e77aa

View File

@@ -257,7 +257,8 @@ public abstract class BaseListInfoFragment<I extends InfoItem, L extends ListInf
@Override
public void showEmptyState() {
// show "no live streams" for live stream kiosk; otherwise no videos.
// show "no streams" for SoundCloud; otherwise "no videos"
// showing "no live streams" is handled in KioskFragment
if (emptyStateView != null) {
if (currentInfo.getService() == SoundCloud) {
setEmptyStateMessage(R.string.no_streams);