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++
|
messagesFailed++
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
messageWriter.fixCoversationDates()
|
messageWriter.fixConversationDates()
|
||||||
refreshMessages()
|
refreshMessages()
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
activity.showErrorToast(e)
|
activity.showErrorToast(e)
|
||||||
|
|
|
||||||
|
|
@ -181,7 +181,7 @@ class MessagesWriter(private val context: Context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Fixes the timestamps of all conversations modified by previous writes. */
|
/** 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
|
// This method should be called after messages are written, to set the correct conversation
|
||||||
// timestamps.
|
// timestamps.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue