Skip to content

Commit

Permalink
Fix Id to clear Vote log.
Browse files Browse the repository at this point in the history
  • Loading branch information
mopsalarm committed Jan 10, 2023
1 parent f4e4087 commit b27080c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/pr0gramm/app/services/VoteService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class VoteService(private val api: Api,
ACTION_COMMENT_UNFAV ->
appDB.favedCommentsQueries.remove(id)

ACTION_CLEAR_SYNC_LOG ->
ACTION_CLEAR_SEEN ->
seenService.clear()
}

Expand Down Expand Up @@ -303,7 +303,7 @@ class VoteService(private val api: Api,
private const val ACTION_ITEM_COLLECT = 19
private const val ACTION_COLLECTION_ID = 20

private const val ACTION_CLEAR_SYNC_LOG = 21
private const val ACTION_CLEAR_SEEN = 23

}
}

0 comments on commit b27080c

Please sign in to comment.