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 0e58860 commit 62e5c17Copy full SHA for 62e5c17
Reply/app/src/main/java/com/example/reply/ui/navigation/ReplyNavigationActions.kt
@@ -66,13 +66,13 @@ val TOP_LEVEL_DESTINATIONS = listOf(
66
route = Route.DirectMessages,
67
selectedIcon = R.drawable.ic_chat_bubble_outline,
68
unselectedIcon = R.drawable.ic_chat_bubble_outline,
69
- iconTextId = R.string.tab_inbox,
+ iconTextId = R.string.tab_dm,
70
),
71
ReplyTopLevelDestination(
72
route = Route.Groups,
73
selectedIcon = R.drawable.ic_group,
74
unselectedIcon = R.drawable.ic_group,
75
- iconTextId = R.string.tab_article,
+ iconTextId = R.string.tab_groups,
76
77
78
)
0 commit comments