Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gino-m committed Mar 1, 2024
1 parent c06407b commit bc5b643
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class HomeScreenMapContainerFragment : AbstractMapContainerFragment() {
}
ephemeralPopups
.InfoPopup()
.show(binding.root, messageId, EphemeralPopups.PopupDuration.INDEFINITE)
.show(binding.root, messageId, EphemeralPopups.PopupDuration.SHORT)
}

private fun setupMenuFab() {
Expand Down

0 comments on commit bc5b643

Please sign in to comment.