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
Describe the bug
The Events list in EventsFragment reloads whenever it is created.
To Reproduce
Open Events Screen.
Select any event to view its details.
Go back to events screen using back button (not using bottom nav)
Error: Events reload.
Expected behavior
When returning to the Events Fragment using the back button, list should not reload.
Screenshots
Smartphone Info:
Device: Google Pixel
OS: Android 9 Pie
Additional context
This behaviour should not be fixed when user navigates to events fragment using the bottom nav.
Not restoring UI state when navigating using Bottom Nav is a part of Material design spec for Android.
Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered:
Describe the bug
The Events list in EventsFragment reloads whenever it is created.
To Reproduce
Expected behavior
When returning to the Events Fragment using the back button, list should not reload.
Screenshots
Smartphone Info:
Device: Google Pixel
OS: Android 9 Pie
Additional context
This behaviour should not be fixed when user navigates to events fragment using the bottom nav.
Not restoring UI state when navigating using Bottom Nav is a part of Material design spec for Android.
Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered: