mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
#1600 Remove debug logs.
This commit is contained in:
parent
d9e6d4d91a
commit
783e72f592
1 changed files with 0 additions and 3 deletions
|
@ -814,11 +814,8 @@ abstract class Reading : NbActivity(), OnPageChangeListener, OnSeekBarChangeList
|
|||
|
||||
private fun createMarkStoryReadJob(story: Story, delayMillis: Long): Job =
|
||||
lifecycleScope.launch(Dispatchers.Default) {
|
||||
Log.d("sictiru", "launch for ${story.title} with delay $delayMillis")
|
||||
if (isActive) delay(delayMillis)
|
||||
Log.d("sictiru", "delayed for ${story.title}")
|
||||
if (isActive) feedUtils.markStoryAsRead(story, this@Reading)
|
||||
Log.d("sictiru", "marked read for ${story.title}")
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
|
Loading…
Add table
Reference in a new issue