mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-29 08:52:31 +02:00
Update log descriptions to match the new deleted flow
This commit is contained in:
@@ -1231,7 +1231,7 @@ class AccountViewModel(
|
|||||||
if (isDebug) {
|
if (isDebug) {
|
||||||
Log.d(
|
Log.d(
|
||||||
"Rendering Metrics",
|
"Rendering Metrics",
|
||||||
"Update feeds ${this@AccountViewModel} for ${account.userProfile().toBestDisplayName()} with ${newNotes.size} new notes",
|
"Delete feeds ${this@AccountViewModel} for ${account.userProfile().toBestDisplayName()} with ${newNotes.size} new notes",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
logTime("AccountViewModel deletedEventBundle Update with ${newNotes.size} new notes") {
|
logTime("AccountViewModel deletedEventBundle Update with ${newNotes.size} new notes") {
|
||||||
|
@@ -107,7 +107,7 @@ open class StringFeedViewModel(
|
|||||||
}
|
}
|
||||||
viewModelScope.launch(Dispatchers.Default) {
|
viewModelScope.launch(Dispatchers.Default) {
|
||||||
LocalCache.live.deletedEventBundles.collect { newNotes ->
|
LocalCache.live.deletedEventBundles.collect { newNotes ->
|
||||||
Log.d("Rendering Metrics", "Update feeds: ${this@StringFeedViewModel.javaClass.simpleName} with ${newNotes.size}")
|
Log.d("Rendering Metrics", "Delete feeds: ${this@StringFeedViewModel.javaClass.simpleName} with ${newNotes.size}")
|
||||||
invalidateData()
|
invalidateData()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user