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
Every time new values are chosen in TimePickerFragment the title is changed from it's initial title "Set Timer Duration:" to the resulting values. This is due to the inheritance of TimePickerDialog and a simple solution would be to implement a TimePickerDialog.OnTimeChanged and reset the title on every call.
The text was updated successfully, but these errors were encountered:
Every time new values are chosen in
TimePickerFragment
the title is changed from it's initial title "Set Timer Duration:" to the resulting values. This is due to the inheritance ofTimePickerDialog
and a simple solution would be to implement aTimePickerDialog.OnTimeChanged
and reset the title on every call.The text was updated successfully, but these errors were encountered: