Removed 2 (two) accidentally left in commented lines

This commit is contained in:
Al Lansley 2024-05-17 10:17:55 +10:00 committed by Andrew
parent c312c27dd3
commit f6275362ea
2 changed files with 0 additions and 3 deletions

View File

@ -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) {

View File

@ -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