Trying to hunt down missing notifications.

This commit is contained in:
Vitor Pamplona
2023-02-20 17:27:40 -05:00
parent 88432d4ab6
commit 1f2e120851

View File

@@ -38,6 +38,8 @@ open class CardFeedViewModel(val dataSource: FeedFilter<Note>): ViewModel() {
refreshSuspended()
}
}
@Synchronized
private fun refreshSuspended() {
val notes = dataSource.loadTop()