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
The alarm dialog fails to completely consume touch events, but instead allows some events to pass to the view behind it.
To reproduce:
Open the SuntimesAlarms activity.
Create several alarms if the list is empty (enough to cause the list to scroll).
Click the Add (+) button (opens the alarm dialog)
Click the Time tab (displays time picker).
Swipe up/down in the white space beside the picker.
Observe: the list behind the dialog scrolls up/down; the touch events that are not caught by the picker are instead caught by the list.
Tap the white space beside the picker.
Observe: the list item behind the dialog is now selected; if it was already selected then the EditActivity is launched.
The text was updated successfully, but these errors were encountered:
The alarm dialog fails to completely consume touch events, but instead allows some events to pass to the view behind it.
To reproduce:
Observe: the list behind the dialog scrolls up/down; the touch events that are not caught by the picker are instead caught by the list.
Observe: the list item behind the dialog is now selected; if it was already selected then the EditActivity is launched.
The text was updated successfully, but these errors were encountered: