mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 21:06:32 +00:00
Quick workaround for leftover refreshing status
This commit is contained in:
parent
07bb2f47f1
commit
46014928df
1 changed files with 1 additions and 0 deletions
|
|
@ -325,6 +325,7 @@ public class FeedFragment extends Fragment implements SwipeRefreshLayout.OnRefre
|
|||
@Override
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
binding.feedSwipeRefreshLayout.setRefreshing(false);
|
||||
if (videoAwareRecyclerScroller != null && shouldAutoPlay) {
|
||||
videoAwareRecyclerScroller.startPlaying();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue