Skip to content

Commit 262b3a2

Browse files
authored
Merge pull request #9664 from Marius1501/whats_new_section_to_default_tabs
Added the "What's New"-section to the default tabs
2 parents e44d092 + 0a64eac commit 262b3a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/org/schabi/newpipe/settings/tabs/TabsJsonHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public final class TabsJsonHelper {
2020

2121
private static final List<Tab> FALLBACK_INITIAL_TABS_LIST = List.of(
2222
Tab.Type.DEFAULT_KIOSK.getTab(),
23+
Tab.Type.FEED.getTab(),
2324
Tab.Type.SUBSCRIPTIONS.getTab(),
2425
Tab.Type.BOOKMARKS.getTab());
2526

0 commit comments

Comments
 (0)