Skip to content

Commit b870f42

Browse files
author
markvdouw
committed
dev into main
1 parent a780cc4 commit b870f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/mparticle/kits/AppboyKit.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ open class AppboyKit : KitIntegration(), AttributeListener, CommerceListener,
347347
})
348348
}
349349

350-
override fun supportsAttributeLists(): Boolean = false
350+
override fun supportsAttributeLists(): Boolean = true
351351

352352
protected open fun queueDataFlush() {
353353
dataFlushRunnable?.let { dataFlushHandler.removeCallbacks(it) }

0 commit comments

Comments
 (0)