Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random Error - parameter must be a descendant of this view #7

Open
DennyWeinberg opened this issue Mar 22, 2020 · 2 comments
Open

Random Error - parameter must be a descendant of this view #7

DennyWeinberg opened this issue Mar 22, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@DennyWeinberg
Copy link

DennyWeinberg commented Mar 22, 2020

When clicking on the search icon (copen, close, open, close, ...), I randomly get the following error:

2020-03-22 21:18:39.640 7533-7533/? E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.levionsoftware.instagram_map, PID: 7533
    java.lang.IllegalArgumentException: parameter must be a descendant of this view
        at android.view.ViewGroup.offsetRectBetweenParentAndChild(ViewGroup.java:6414)
        at android.view.ViewGroup.offsetDescendantRectToMyCoords(ViewGroup.java:6336)
        at android.widget.HorizontalScrollView.isWithinDeltaOfScreen(HorizontalScrollView.java:1724)
        at android.widget.HorizontalScrollView.onSizeChanged(HorizontalScrollView.java:2125)
        at android.view.View.sizeChange(View.java:23911)
        at android.view.View.setBottom(View.java:17998)
        at android.animation.PropertyValuesHolder.nCallIntMethod(Native Method)
        at android.animation.PropertyValuesHolder.access$200(PropertyValuesHolder.java:38)
        at android.animation.PropertyValuesHolder$IntPropertyValuesHolder.setAnimatedValue(PropertyValuesHolder.java:1240)
        at android.animation.ObjectAnimator.animateValue(ObjectAnimator.java:990)
        at android.animation.ValueAnimator.animateBasedOnTime(ValueAnimator.java:1349)
        at android.animation.ValueAnimator.doAnimationFrame(ValueAnimator.java:1481)
        at android.animation.AnimationHandler.doAnimationFrame(AnimationHandler.java:146)
        at android.animation.AnimationHandler.access$100(AnimationHandler.java:37)
        at android.animation.AnimationHandler$1.doFrame(AnimationHandler.java:54)
        at android.view.Choreographer$CallbackRecord.run(Choreographer.java:994)
        at android.view.Choreographer.doCallbacks(Choreographer.java:794)
        at android.view.Choreographer.doFrame(Choreographer.java:725)
        at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:981)
        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:7777)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1047)

GIF:
https://imgur.com/VaUivgR

@DennyWeinberg DennyWeinberg changed the title Random Error Random Error - parameter must be a descendant of this view Mar 22, 2020
@grayhatdevelopers
Copy link

Same issue here

@mertceyhan
Copy link
Collaborator

Could you try again with new release? @DennyWeinberg @grayhatdevelopers

@mertceyhan mertceyhan added the bug Something isn't working label Aug 12, 2020
@mertceyhan mertceyhan self-assigned this Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants