blonsky95 / DigiCoachAndroid

0 stars 0 forks source link

0.5.5 - correct orientation change consequences #9

Closed blonsky95 closed 4 years ago

blonsky95 commented 4 years ago

When orientation changes in DayViewer app crashes because of Fragments - apparently Fragments should have an empty constructor and data should be passed in through a bundle.

Read full answer here and understand: https://stackoverflow.com/questions/10450348/do-fragments-really-need-an-empty-constructor

blonsky95 commented 4 years ago

Dooooone, as stated before, the explanation is well explained in the link above

Tested lightly and working accordingly