Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Oct 25, 2024
1 parent 1abafb6 commit c56ed84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ object EncryptedStorage {

fun updateNotifyFollows(newValue: Boolean) {
sharedPreferences.edit().putBoolean(PrefKeys.NOTIFY_FOLLOWS, newValue).apply()
_notifyResposts.value = newValue
_notifyFollows.value = newValue
}
}

0 comments on commit c56ed84

Please sign in to comment.