brarcher / budget-watch

Application for personal budget management
GNU General Public License v3.0
83 stars 44 forks source link

Fixed date picker dialog disappearing on screen rotation (#202) #212

Closed adam-poteralowicz closed 4 years ago

adam-poteralowicz commented 4 years ago

DateSelectDialogFragment has been introduced as a means to prevent the alert dialog dismiss on orientation state change. It is being invoked in BudgetActivity upon clicking the Date Select button.

202

brarcher commented 4 years ago

Thanks for the fix!