Skip to content

Commit ff1c5ad

Browse files
authored
fix: flip supportsAttributeLists back to true (#162)
Signed-off-by: jshin-tse <107695224+jshin-tse@users.noreply.github.com>
1 parent 3d6f516 commit ff1c5ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)