Skip to content

Commit 9826368

Browse files
sergeysozinovsozinov
authored andcommitted
WMSDK-526: fix isInAppActive method
(cherry picked from commit ff23bc4)
1 parent 450ca2f commit 9826368

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/src/main/java/cloud/mindbox/mobile_sdk/inapp/presentation/view/AbstractInAppViewHolder.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ internal abstract class AbstractInAppViewHolder<T : InAppType> : InAppViewHolder
183183
}
184184

185185
override fun show(currentRoot: MindboxView) {
186+
isInAppMessageActive = true
186187
initView(currentRoot.container)
187188
val isRepositioningEnabled = currentRoot.container.context.resources.getBoolean(R.bool.mindbox_support_inapp_on_fragment)
188189
positionController = isRepositioningEnabled.takeIf { it }?.run {

0 commit comments

Comments
 (0)