mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 17:31:03 +00:00
feat: logging to file
This commit is contained in:
@@ -59,7 +59,6 @@ class NovelExtensionsFragment : Fragment(),
|
||||
|
||||
lifecycleScope.launch {
|
||||
viewModel.pagerFlow.collectLatest { pagingData ->
|
||||
Log.d("NovelExtensionsFragment", "collectLatest")
|
||||
adapter.submitData(pagingData)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user