|
@ -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(); |
|
|
} |
|
|
} |
|
|