Open adnaanaeem opened 5 years ago
Same thing happening for me, when using a BubbleShowCaseSequence
that has two bubbles with different targets. When I remove one of the two targets, it works fine. My workaround was to show the second bubble in the listener of the first one.
@gabrielseibel1 can u share your code with me.I have to make it work on 5 targets.
This same issue is occurring at my side as well.
Fatal Exception: java.lang.IndexOutOfBoundsException
com.elconfidencial.bubbleshowcase.BubbleShowCase.addBubbleMessageViewDependingOnTargetView (BubbleShowCase.kt:238)
Have the same problem. Is there any solution to this?
private fun addBubbleMessageViewDependingOnTargetView(targetView: View?, bubbleMessageViewBuilder: BubbleMessageView.Builder, backgroundDimLayout: RelativeLayout?) { if(targetView==null) return val showCaseParams = RelativeLayout.LayoutParams(RelativeLayout.LayoutParams.MATCH_PARENT, RelativeLayout.LayoutParams.WRAP_CONTENT)