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
I cannot reproduce it anymore, but I had the case where several MenuListDay Fragments were overlapping each other, after some interaction with the back button...but cannot get the same thing again right now, looked like the instances of the fragment don't get destroyed...
The text was updated successfully, but these errors were encountered:
this has something to do with the childFragmentManager() (nested fragments) and the backstack...couldn't solve it till now.
steps to reproduce:
go to mensalist
click a mensa for detail view
press the map button to navigate to the mensa
press the back button
repeat a few times eventually
you should see overlapping fragments...or the map fragment behind...very strange stuff going on here
the workaround is to just give the main containers a background color, so the fragments lying behind these are not visible...crappy but better than overlapping fragments...
better solution was to "clean up" the unwanted fragments when the back button is clicked, this is implemented and seems to works so far, maybe still not the best for performance, but ok...
I cannot reproduce it anymore, but I had the case where several MenuListDay Fragments were overlapping each other, after some interaction with the back button...but cannot get the same thing again right now, looked like the instances of the fragment don't get destroyed...
The text was updated successfully, but these errors were encountered: