If the datetime-picker is open while Android systems settings (e.g. language, text zoom etc) the time picker becomes unresponsive and can not be closed. The consequence is that the entire app becomes unusable and I have to force restart it to get rid of the time picker. Maybe it could be fixed by closing the timepicker on system changes or by adding a cancel() method so it can be programmatically dismissed.
I am seeing this issue on a Samsung Galaxy A32 with Android 13.
Reproduce:
- Open time picker dialog
- Minimize the app and open Android settings
- Change system language
- Open the app again
- Time picker is open, app and dialog is unresponsive
If the datetime-picker is open while Android systems settings (e.g. language, text zoom etc) the time picker becomes unresponsive and can not be closed. The consequence is that the entire app becomes unusable and I have to force restart it to get rid of the time picker. Maybe it could be fixed by closing the timepicker on system changes or by adding a cancel() method so it can be programmatically dismissed.
I am seeing this issue on a Samsung Galaxy A32 with Android 13.
Reproduce: