Skip to content

Commit

Permalink
fix: flip supportsAttributeLists back to true (#162)
Browse files Browse the repository at this point in the history
Signed-off-by: jshin-tse <[email protected]>
  • Loading branch information
jshin-tse authored Oct 16, 2023
1 parent 3d6f516 commit ff1c5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/mparticle/kits/AppboyKit.kt
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ open class AppboyKit : KitIntegration(), AttributeListener, CommerceListener,
})
}

override fun supportsAttributeLists(): Boolean = false
override fun supportsAttributeLists(): Boolean = true

protected open fun queueDataFlush() {
dataFlushRunnable?.let { dataFlushHandler.removeCallbacks(it) }
Expand Down

0 comments on commit ff1c5ad

Please sign in to comment.