mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 22:57:29 +00:00
Quick workaround for leftover refreshing status
This commit is contained in:
parent
07bb2f47f1
commit
46014928df
@ -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…
Reference in New Issue
Block a user