File tree Expand file tree Collapse file tree
java/com/github/libretube/ui/fragments Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ class SubscriptionsFragment : DynamicLayoutManagerFragment(R.layout.fragment_sub
378378 if (selectedSortOrder == 0 ) {
379379 val lastCheckedFeedTime = PreferenceHelper .getLastCheckedFeedTime()
380380 val caughtUpIndex = feed.indexOfFirst { it.uploaded <= lastCheckedFeedTime && ! it.isUpcoming }
381- if (caughtUpIndex > 0 ) {
381+ if (caughtUpIndex > 0 && ! feed[caughtUpIndex - 1 ].isUpcoming ) {
382382 sorted.add(
383383 caughtUpIndex,
384384 StreamItem (type = VideosAdapter .CAUGHT_UP_STREAM_TYPE )
Original file line number Diff line number Diff line change 358358 <string name =" captions_size" >Captions size</string >
359359 <string name =" double_tap_seek" >Double tap to seek</string >
360360 <string name =" double_tap_seek_summary" >Tap twice at the left or right to rewind or forward the player position</string >
361- <string name =" all_caught_up" >You\'re all caught up</string >
361+ <string name =" all_caught_up" >All caught up</string >
362362 <string name =" all_caught_up_summary" >You\'ve seen all new videos</string >
363363 <string name =" import_playlists" >Import playlists</string >
364364 <string name =" export_playlists" >Export playlists</string >
You can’t perform that action at this time.
0 commit comments