mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +02:00
Fix 24 hour check
This commit is contained in:
parent
ba264b4ad8
commit
dced5f29f4
@ -99,7 +99,7 @@ internal fun DateTimeSelectorBlock(
|
||||
)
|
||||
}
|
||||
|
||||
if (is24Hour) {
|
||||
if (!is24Hour) {
|
||||
AnimatedContent(
|
||||
targetState = dateTime,
|
||||
transitionSpec = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user