Skip to content

Commit 0a64eac

Browse files
author
ge78fug
committed
Added the "What's New"-section to the default tabs
1 parent eed44b3 commit 0a64eac

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)