mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Removed 2 (two) accidentally left in commented lines
This commit is contained in:
parent
c312c27dd3
commit
f6275362ea
@ -60,8 +60,6 @@ class ConversationAdapter(
|
||||
private val contactLoadedCache = SparseBooleanArray(100)
|
||||
private val lastSeen = AtomicLong(originalLastSeen)
|
||||
|
||||
//private var lastSentMessageId: Long = -1L
|
||||
|
||||
init {
|
||||
lifecycleCoroutineScope.launch(IO) {
|
||||
while (isActive) {
|
||||
|
@ -302,7 +302,6 @@ class VisibleMessageView : LinearLayout {
|
||||
|
||||
// --- If we got here then we know the message is outgoing ---
|
||||
|
||||
//val lastSentMessageId = mmsSmsDb.getLastOutgoingMessage(message.threadId)
|
||||
val lastSentMessageId = ConversationActivityV2.lastSentMessageId;
|
||||
val isLastSentMessage = lastSentMessageId == message.id
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user