Enrico D'Ortenzio
Enrico D'Ortenzio
> Still getting thesame scroll behaviour > > I tried this way: > > `binding.rcvAllArtistes.layoutManager?.startSmoothScroll(smoothScroller)` > > I just want to jump to the list instead of showing that scrolling...
fastScrollerView.useDefaultScroller = false to remove the delay https://github.com/reddit/IndicatorFastScroll#custom-scroll-handling
worked for me :) https://github.com/reddit/IndicatorFastScroll/issues/45#issuecomment-1036194972
Reddit's fastscroller is not available on maven central,. You have to add the jcenter reference to your build.gradle :) ``` jcenter { content { includeGroup "com.reddit" // https://github.com/reddit/IndicatorFastScroll/issues/45 } }...
Add these lines to your top-level build.gradle. Like this: https://github.com/enricocid/Music-Player-GO/blob/main/project/build.gradle
Could you post build.gradle (top-level) and settings.gradle?
Try to set repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS) Yeah, jcenter is deprecated but you can still use it. That's the only way to get this lib. :)
The actual implementation does not allow swipe up from bottom panel to the now playing dialog. The bottom panel and the now playing are distinguished UI elements. Swipe down is...
The fact is that since android 10 you can't access full path for security reasons (it would throw an exception, i.e. it would crash). Only the parent folder. More info...
Moved this issue to the appropriate thread #415 closing