Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Not really sure if this should be titled a bug, or more like a proposal
Scenario: SwipeRefreshLayout inside a multi Fragmment Activity with bottom navigation, but should be every scenario where the view containing the SwipeRefreshLayout getting its view destroyed and later restored
When doing a swipe-refresh and immediately switching to another tab, the refresh animation is playing without the OnRefreshListener getting called. This is due to the OnRefreshListener getting called only after the transition/scale animation is finished.
When restoring this fragment, this leads to the refresh animation being played, even though the fragment itself never getting notified about the refresh