fix:点击蒙层存在偶发的crash:java.lang.IndexOutOfBoundsException at android.vie… #169
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
0
java.lang.IndexOutOfBoundsException
1
at android.view.ViewGroup.removeFromArray(ViewGroup.java:5316)
2
at android.view.ViewGroup.removeViewInternal(ViewGroup.java:5504)
3
at android.view.ViewGroup.removeViewInternal(ViewGroup.java:5466)
4
at android.view.ViewGroup.removeView(ViewGroup.java:5397)
5
at com.app.hubert.guide.core.GuideLayout.dismiss(GuideLayout.java:253)
6
at com.app.hubert.guide.core.GuideLayout.remove(GuideLayout.java:247)
7
at com.app.hubert.guide.core.GuideLayout$1.onClick(GuideLayout.java:89)
8
at android.view.View.performClick(View.java:7192)
9
at com.app.hubert.guide.core.GuideLayout.performClick(GuideLayout.java:97)
10
at com.app.hubert.guide.core.GuideLayout.onTouchEvent(GuideLayout.java:123)
11
at android.view.View.dispatchTouchEvent(View.java:13503)
12
at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3067)
13
at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2752)
14
at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3073)
15
at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2766)
16
at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3073)
17
at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2766)
18
at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3073)
19
at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2766)
20
at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3073)
21
at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2766)
22
at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3073)
23
at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2766)
24
at com.android.internal.policy.DecorView.superDispatchTouchEvent(DecorView.java:613)
25
at com.android.internal.policy.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1933)
26
at android.app.Activity.dispatchTouchEvent(Activity.java:4147)
Change-Id: Ia03478d3c275a761798c2ad78155fbca66075609