mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-16 23:17:35 +01:00
Update app/src/main/java/org/schabi/newpipe/fragments/list/BaseListInfoFragment.java
This commit is contained in:
parent
32f74273f0
commit
bef79e77aa
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user