Steve Duong

Results 7 comments of Steve Duong
trafficstars

Do you have any update on this problem? I faced with this issue too.

Any workaround when waiting the official release

Any update on this issue please, I got the same problem when using with Viewpager, if the video lists are not the first screen it doesn't play automatically when I...

For now I workaround by this way. I'm looking forward to the official way ``` @Override public void setUserVisibleHint(boolean isVisibleToUser) { super.setUserVisibleHint(isVisibleToUser); if(adapter != null) { adapter.notifyDataSetChanged(); } } ```

Any update on this issue, I have got the same problem

You could use my pull request, I hope that It could help [`Added the order mode (BOTTOM by default, and TOP by specify app:stack_order_top="true")`](https://github.com/flschweiger/SwipeStack/pull/22)

Same here ``` implementation "com.droidninja:filepicker:$filePickerVersion" ext { supportLibVersion = '2.1.5' } ```