Fix typo
This commit is contained in:
parent
df4440750d
commit
d037bfbe5e
2 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ class MessagesImporter(private val activity: SimpleActivity) {
|
|||
messagesFailed++
|
||||
}
|
||||
}
|
||||
messageWriter.fixCoversationDates()
|
||||
messageWriter.fixConversationDates()
|
||||
refreshMessages()
|
||||
} catch (e: Exception) {
|
||||
activity.showErrorToast(e)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue