Skip to content

Commit

Permalink
flush request lock when flushing media repo
Browse files Browse the repository at this point in the history
  • Loading branch information
theScrabi committed Oct 24, 2024
1 parent 9461666 commit febe7fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class CachingMediaRepository(val actualRepository: MediaRepository) : MediaRepos

fun flush() {
cache = HashMap()
requestLock = HashMap()
}
}

Expand Down

0 comments on commit febe7fa

Please sign in to comment.