refactor: Improve saveVisibleId log message (#1003)

This commit is contained in:
Nik Clayton 2024-10-14 17:21:04 +02:00 committed by GitHub
parent f7c87dfe73
commit fd9cc2ea96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -567,9 +567,9 @@ class TimelineFragment :
}
id?.let {
Timber.d("Saving ID: %s", it)
Timber.d("saveVisibleId: Saving ID: %s", it)
viewModel.accept(InfallibleUiAction.SaveVisibleId(visibleId = it))
}
} ?: Timber.d("saveVisibleId: Not saving, as no ID was visible")
}
private fun setupSwipeRefreshLayout() {