Skip to content

Commit

Permalink
Merge pull request #387 from xmtp/ar/fix-android-beta-build
Browse files Browse the repository at this point in the history
fix: Fixed Android Build
  • Loading branch information
alexrisch authored May 21, 2024
2 parents b142e66 + b019c47 commit 636a217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.xmtp.android.library.Conversation
class ConversationContainerWrapper {

companion object {
fun encodeToObj(client: Client, conversation: Conversation): Map<String, Any> {
fun encodeToObj(client: Client, conversation: Conversation): Map<String, Any?> {
when (conversation.version) {
Conversation.Version.GROUP -> {
val group = (conversation as Conversation.Group).group
Expand Down

0 comments on commit 636a217

Please sign in to comment.