We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450ca2f commit 9826368Copy full SHA for 9826368
sdk/src/main/java/cloud/mindbox/mobile_sdk/inapp/presentation/view/AbstractInAppViewHolder.kt
@@ -183,6 +183,7 @@ internal abstract class AbstractInAppViewHolder<T : InAppType> : InAppViewHolder
183
}
184
185
override fun show(currentRoot: MindboxView) {
186
+ isInAppMessageActive = true
187
initView(currentRoot.container)
188
val isRepositioningEnabled = currentRoot.container.context.resources.getBoolean(R.bool.mindbox_support_inapp_on_fragment)
189
positionController = isRepositioningEnabled.takeIf { it }?.run {
0 commit comments