-
-
Notifications
You must be signed in to change notification settings - Fork 100
bug(datetime-picker): freeze when changing Android settings #624
Copy link
Copy link
Open
Labels
bug/fixSomething isn't workingSomething isn't workingneeds: triagepackage: datetime-pickerplatform: androidAndroid platformAndroid platform
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug/fixSomething isn't workingSomething isn't workingneeds: triagepackage: datetime-pickerplatform: androidAndroid platformAndroid platform