mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +02:00
Don't show AM/PM for 24 hour systems
This commit is contained in:
parent
7c53768c01
commit
0d9a3226f5
@ -99,6 +99,7 @@ internal fun DateTimeSelectorBlock(
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (is24Hour) {
|
||||||
AnimatedContent(
|
AnimatedContent(
|
||||||
targetState = dateTime,
|
targetState = dateTime,
|
||||||
transitionSpec = {
|
transitionSpec = {
|
||||||
@ -115,6 +116,7 @@ internal fun DateTimeSelectorBlock(
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
AnimatedContent(
|
AnimatedContent(
|
||||||
targetState = dateTime,
|
targetState = dateTime,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user