Skip to content

Commit

Permalink
this, not true 🤓
Browse files Browse the repository at this point in the history
  • Loading branch information
gotev committed Apr 17, 2020
1 parent 1ae61a3 commit a36a4b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ open class SharedPreferencesCookieStore(
override fun removeAll(): Boolean {
super.removeAll()

synchronized(true) {
synchronized(this) {
preferences.edit().clear().apply()
}
return true
Expand Down

0 comments on commit a36a4b3

Please sign in to comment.