This commit is contained in:
Naveen Singh 2025-01-03 21:49:12 +05:30
parent df4440750d
commit d037bfbe5e
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ class MessagesImporter(private val activity: SimpleActivity) {
messagesFailed++
}
}
messageWriter.fixCoversationDates()
messageWriter.fixConversationDates()
refreshMessages()
} catch (e: Exception) {
activity.showErrorToast(e)

View file

@ -181,7 +181,7 @@ class MessagesWriter(private val context: Context) {
}
/** Fixes the timestamps of all conversations modified by previous writes. */
fun fixCoversationDates() {
fun fixConversationDates() {
// This method should be called after messages are written, to set the correct conversation
// timestamps.
//