We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f7427 commit bef79e7Copy full SHA for bef79e7
1 file changed
app/src/main/java/org/schabi/newpipe/fragments/list/BaseListInfoFragment.java
@@ -257,7 +257,8 @@ public void handleResult(@NonNull final L result) {
257
258
@Override
259
public void showEmptyState() {
260
- // show "no live streams" for live stream kiosk; otherwise no videos.
+ // show "no streams" for SoundCloud; otherwise "no videos"
261
+ // showing "no live streams" is handled in KioskFragment
262
if (emptyStateView != null) {
263
if (currentInfo.getService() == SoundCloud) {
264
setEmptyStateMessage(R.string.no_streams);
0 commit comments