mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +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(
|
||||
targetState = dateTime,
|
||||
transitionSpec = {
|
||||
@ -115,6 +116,7 @@ internal fun DateTimeSelectorBlock(
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
AnimatedContent(
|
||||
targetState = dateTime,
|
||||
|
Loading…
x
Reference in New Issue
Block a user