You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IllegalArgumentException:
at com.android.internal.widget.DecorCaptionView.addView (DecorCaptionView.java:269)
at android.view.ViewGroup.addView (ViewGroup.java:4919)
at android.view.ViewGroup.addView (ViewGroup.java:4892)
at me.toptas.fancyshowcase.FancyShowCaseView$focus$1.run (FancyShowCaseView.kt:135)
at android.os.Handler.handleCallback (Handler.java:883)
at android.os.Handler.dispatchMessage (Handler.java:100)
at android.os.Looper.loop (Looper.java:214)
at android.app.ActivityThread.main (ActivityThread.java:7408)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:492)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:947)
How you show/hide FancyShowCaseView (in Activity or Fragment, in which method)
Example:
In Fragments onCreateView method I use the code below to show:
Exception java.lang.IllegalArgumentException:
at com.android.internal.widget.DecorCaptionView.addView (DecorCaptionView.java:985)
at android.view.ViewGroup.addView (ViewGroup.java:5717)
at android.view.ViewGroup.addView (ViewGroup.java:5690)
at me.toptas.fancyshowcase.FancyShowCaseView$focus$1.run (FancyShowCaseView.java:80)
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:8107)
at java.lang.reflect.Method.invoke
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:496)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1100)`
Used FancyShowCaseView version
1.3.5
Stacktrace
How you show/hide FancyShowCaseView (in Activity or Fragment, in which method)
Example:
In Fragments
onCreateView
method I use the code below to show:At the moment the crash only occured on the Surface Duo. So maybe it is something with the Dual Screen?
The text was updated successfully, but these errors were encountered: