Skip to content

Commit

Permalink
fix: database cleanup config not saved
Browse files Browse the repository at this point in the history
  • Loading branch information
aj3423 committed Oct 13, 2024
1 parent 6ce34cc commit 7195ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/spam/blocker/ui/setting/quick/SpamDB.kt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ fun SpamDB() {
PopupDialog(
trigger = popupTrigger,
onDismiss = {
spf.setTTL(ttl)
reScheduleSpamDBCleanup(ctx)
}
) {
Expand Down

0 comments on commit 7195ae4

Please sign in to comment.