You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue that existed in the previous WheelPickerCompose library, but it's still occurring in the TimePicker. I was wondering if you could help solve this problem
Thanks for catching this bug. I really appreciate you taking the time to report it. I'm planning to dive in and fix it soon.
But until then, here's a quick workaround you could try: avoid using Modifier.fillMaxWidth() for now. There are plenty of other ways to center stuff in layouts that should sidestep this issue. Hope this temp fix helps you out while I work on squashing the bug for good. And your feedback is helpful in making this project better!
As you mentioned, I confirmed that the position of ":" was correctly placed when I removed the fillMaxWidth() option from the Modifier. However, it doesn't seem to be vertically centered. Thank you for your quick feedback. I'm looking forward to the updated version :)
commandiron/WheelPickerCompose#43
This is an issue that existed in the previous WheelPickerCompose library, but it's still occurring in the TimePicker. I was wondering if you could help solve this problem
WheelTimPicker code in project
thx for reading :)
The text was updated successfully, but these errors were encountered: