Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Settings: force update pattern value for installed users
Browse files Browse the repository at this point in the history
Signed-off-by: Siubeng Fung <[email protected]>
  • Loading branch information
fython committed Feb 17, 2020
1 parent a1066b7 commit 92acfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/moe/feng/danmaqua/Danmaqua.kt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ object Danmaqua {
)

var filterPattern: String by mmkv.notnullStringProperty(
key = "filter_pattern", defaultValue = DEFAULT_FILTER_PATTERN
key = "filter_pattern_v2", defaultValue = DEFAULT_FILTER_PATTERN
)

var blockedTextPatterns: List<BlockedTextRule> by mmkv.jsonArrayProperty(
Expand Down

0 comments on commit 92acfd7

Please sign in to comment.