mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-23 00:20:32 +00: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
|
@Override
|
||||||
public void showEmptyState() {
|
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 (emptyStateView != null) {
|
||||||
if (currentInfo.getService() == SoundCloud) {
|
if (currentInfo.getService() == SoundCloud) {
|
||||||
setEmptyStateMessage(R.string.no_streams);
|
setEmptyStateMessage(R.string.no_streams);
|
||||||
|
Loading…
Reference in New Issue
Block a user