[BUG] 3.20 EA timeText string in TimePicker returns blank

asked 2019-10-31 12:23:38 +0200

3.20 seems to have broken the timeText string in the TimePicker component, < 3.2 returns the time chosen on the picker but 3.2 returns blank from onAccepted (hour and min int values seem fine though with no console messages for the issue)

Can anyone else confirm this is happening to them? Running on Jolla phone

edit retag flag offensive close delete

Comments

Can you provide some example of the code you use? I tried TimePicker using the example here https://sailfishos.org/develop/docs/silica/qml-sailfishsilica-sailfish-silica-timepicker.html/ and it showed the time correctly.

mal ( 2019-10-31 16:07:08 +0200 )edit

I'm using TimePickerDialog in my code. On my Jolla1 and XperiaX TimePicker that seems to work as documented.

Rikujolla ( 2019-11-01 05:26:23 +0200 )edit

Hmm looks like it's something in my own code, I use a custom TimePickerDialog but it has no changes which would effect the timeText though, no worry I've already make a workaround for it

Allstar12345 ( 2019-11-01 12:01:29 +0200 )edit