Update comment

This commit is contained in:
Naveen Singh 2025-01-05 03:39:30 +05:30
parent f661e126df
commit 57518b3ab0
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B

View file

@ -365,7 +365,7 @@ class MainActivity : SimpleActivity() {
) )
} }
if (conv != null) { if (conv != null) {
// FIXME: Scheduled message date is being reset here. // FIXME: Scheduled message date is being reset here. Conversations with scheduled messages will have their original date.
insertOrUpdateConversation(conv) insertOrUpdateConversation(conv)
} }
} }