farfromrefuge
farfromrefuge
@jcassidyav `smoothScrollTo` you are right! `HorizontalScrollView` does NOT inherite `NestedScrollView1` `java.lang.reflect:AccessibleObject` you are right too used by list-picker! `android.view:WindowManager.LayoutParams` i just tested and that line works without `android.view:WindowManager.LayoutParams`. The reason...
@jcassidyav indeed weird I will investigate. Thanks !
@jcassidyav i added all the fixes we talked about. Even `android.view:WindowManager.LayoutParams` cause even though it does not crash here, your explanation makes sense
@sbooth would love this ;)
@sbooth so you didnt go that route? how are you going to fix the build?
@sbooth but it wont build on intel mac using xcode 16. It is just one version below :( Forcing people to use xcode 26 is pretty tough. Not even sure...
@sbooth still pretty sad to see you force people to use xcode 26. Never seen a library do that kind of "requirement". Will have to fork and manage it in...
@1mean after a lot of digging i found the issue here. Your cache memory size is not big enough. You need to increase it using something like: ``` MemorySizeCalculator calculator...
@KSXGitHub any chance you can provide a built package as a release on your repo?
@KSXGitHub I am asking if you can make a release on github releases in your repo. i want to test it first before i decide to make any work on...