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 8313f6b commit 489f052Copy full SHA for 489f052
1 file changed
app/src/main/java/org/schabi/newpipe/local/feed/FeedFragment.kt
@@ -307,7 +307,7 @@ class FeedFragment : BaseStateFragment<FeedState>() {
307
MenuItemCompat.setTooltipText(
308
menuItem,
309
getString(
310
- if (showPlayedItems)
+ if (showFutureItems)
311
R.string.feed_toggle_hide_future_items
312
else
313
R.string.feed_toggle_show_future_items
0 commit comments