mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-12-12 06:56:31 +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
|
@Override
|
||||||
public void onResume() {
|
public void onResume() {
|
||||||
super.onResume();
|
super.onResume();
|
||||||
|
binding.feedSwipeRefreshLayout.setRefreshing(false);
|
||||||
if (videoAwareRecyclerScroller != null && shouldAutoPlay) {
|
if (videoAwareRecyclerScroller != null && shouldAutoPlay) {
|
||||||
videoAwareRecyclerScroller.startPlaying();
|
videoAwareRecyclerScroller.startPlaying();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue