Results 4 issues of GIRISH MANE

When I opened the custom dialog fragment and tried to open the alerter view; it appears behind the dialog fragment over dialog fragment. Can we achieve it by any means?

When I changed target and compile sdk to version 30 then it stopped working with following error; 2021-07-27 20:32:06.086 31504-1478/com.luck.pictureselector W/System.err: java.lang.IllegalArgumentException: Invalid token limit 2021-07-27 20:32:06.087 31504-1478/com.luck.pictureselector W/System.err: at...

Process: com.volokh.danylo.videolist, PID: 11999 java.lang.RuntimeException: cannot be in main thread at com.volokh.danylo.video_player_manager.ui.VideoPlayerView.checkThread(VideoPlayerView.java:117) at com.volokh.danylo.video_player_manager.ui.VideoPlayerView.setOnVideoStateChangedListener(VideoPlayerView.java:288) at com.volokh.danylo.videolist.video_list_demo.adapter.items.BaseVideoItem.setActive(BaseVideoItem.java:51) at com.volokh.danylo.visibility_utils.calculator.DefaultSingleItemCalculatorCallback.activateNewCurrentItem(DefaultSingleItemCalculatorCallback.java:28) at com.volokh.danylo.visibility_utils.calculator.SingleListViewItemActiveCalculator.setCurrentItem(SingleListViewItemActiveCalculator.java:359) at com.volokh.danylo.visibility_utils.calculator.SingleListViewItemActiveCalculator.calculateMostVisibleItem(SingleListViewItemActiveCalculator.java:189) at com.volokh.danylo.visibility_utils.calculator.SingleListViewItemActiveCalculator.onScrollStateIdle(SingleListViewItemActiveCalculator.java:159) at com.volokh.danylo.videolist.video_list_demo.fragments.VideoRecyclerViewFragment$3.run(VideoRecyclerViewFragment.java:145) at android.os.Handler.handleCallback(Handler.java:873) at android.os.Handler.dispatchMessage(Handler.java:99)...

I was trying to use the library on Androidx dialog fragment to pinch and zoom images from the view pager, recycler view, but it is not working with it.