mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +02:00
Change starting screen options order
This commit is contained in:
parent
8c452012d6
commit
fbcda09c32
@ -52,8 +52,8 @@ sealed class TopLevelDestinations(
|
|||||||
|
|
||||||
val TOP_LEVEL_DESTINATIONS: Map<TopLevelDestinations, Int> by lazy {
|
val TOP_LEVEL_DESTINATIONS: Map<TopLevelDestinations, Int> by lazy {
|
||||||
mapOf(
|
mapOf(
|
||||||
TopLevelDestinations.Converter to R.string.unit_converter,
|
|
||||||
TopLevelDestinations.Calculator to R.string.calculator,
|
TopLevelDestinations.Calculator to R.string.calculator,
|
||||||
|
TopLevelDestinations.Converter to R.string.unit_converter,
|
||||||
TopLevelDestinations.DateDifference to R.string.date_difference,
|
TopLevelDestinations.DateDifference to R.string.date_difference,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user