Removed 2 (two) accidentally left in commented lines

pull/1484/head
Al Lansley 11 months ago committed by Andrew
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…
Cancel
Save