Skip to content

Commit

Permalink
Change open github project order
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregpereira committed Aug 20, 2024
1 parent 46f89e7 commit 070d3aa
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ internal fun MenuScreen(
modifier = Modifier.fillMaxSize()
) {
Column(Modifier.padding(contentPadding).verticalScroll(rememberScrollState())) {
MenuItem(
text = strings.openGitHubProject,
onClick = viewIntent::onOpenGitHubProjectClick
)

Divider()

MenuItem(
text = strings.settingsTitle,
onClick = viewIntent::onSettingsClick
Expand Down Expand Up @@ -83,13 +90,6 @@ internal fun MenuScreen(

Divider()

MenuItem(
text = strings.openGitHubProject,
onClick = viewIntent::onOpenGitHubProjectClick
)

Divider()

MenuItem(
text = strings.donateStrings.buyMeACoffee,
onClick = viewIntent::onDonateClick
Expand Down

0 comments on commit 070d3aa

Please sign in to comment.