StickyScrollView icon indicating copy to clipboard operation
StickyScrollView copied to clipboard

Cannot make calls to a recycled instance!

Open sathishcse opened this issue 3 years ago • 0 comments

at android.content.res.TypedArray.getResourceId(TypedArray.java:926) at com.amar.library.provider.ResourceProvider.getResourceId(ResourceProvider.kt:13) at com.amar.library.ui.presenter.StickyScrollPresenter.onGlobalLayoutChange(StickyScrollPresenter.kt:31) at com.amar.library.ui.StickyScrollView$1.invoke(StickyScrollView.kt:37) at com.amar.library.ui.StickyScrollView$1.invoke(StickyScrollView.kt:36) at com.amar.library.ui.StickyScrollView$onLayoutUpdate$1.onGlobalLayout(StickyScrollView.kt:175) at android.view.ViewTreeObserver.dispatchOnGlobalLayout(ViewTreeObserver.java:1082) at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3207) at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2222) at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:9123) at android.view.Choreographer$CallbackRecord.run(Choreographer.java:999) at android.view.Choreographer.doCallbacks(Choreographer.java:797) at android.view.Choreographer.doFrame(Choreographer.java:732) at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:984) at android.os.Handler.handleCallback(Handler.java:883) at android.os.Handler.dispatchMessage(Handler.java:100) at android.os.Looper.loop(Looper.java:237) at android.app.ActivityThread.main(ActivityThread.java:8167) at java.lang.reflect.Method.invoke(Method.java) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:496) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1100)

sathishcse avatar May 11 '22 07:05 sathishcse