Skip to content

Commit

Permalink
optimize the imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Sep 26, 2024
1 parent 5827b9e commit 9acc0d1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
package org.xmtp.android.example.conversation

import androidx.recyclerview.widget.RecyclerView
import kotlinx.coroutines.GlobalScope
import kotlinx.coroutines.launch
import org.xmtp.android.example.ClientManager
import org.xmtp.android.example.MainViewModel
import org.xmtp.android.example.R
import org.xmtp.android.example.databinding.ListItemConversationBinding
import org.xmtp.android.example.extension.truncatedAddress
import org.xmtp.android.library.Conversation
import org.xmtp.android.library.codecs.GroupUpdatedCodec
import org.xmtp.proto.mls.message.contents.TranscriptMessages
import org.xmtp.proto.mls.message.contents.TranscriptMessages.GroupUpdated

Expand Down

0 comments on commit 9acc0d1

Please sign in to comment.