Skip to content

Commit

Permalink
fix: crash on nav android
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Mar 12, 2024
1 parent f8f443f commit d78e2d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ enum class NavigationItem(
val title: Int,
) {

TIMELINE("timeline", R.drawable.ic_baseline_menu_24, R.string.timeline_title),
TIMELINE("timelines", R.drawable.ic_baseline_menu_24, R.string.timeline_title),
DIRECT_MESSAGE(
"direct_message",
R.drawable.ic_baseline_message_24,
Expand Down

0 comments on commit d78e2d5

Please sign in to comment.