duckduckgo / iOS

DuckDuckGo iOS Application
https://itunes.apple.com/us/app/duckduckgo-privacy-browser/id663592361?mt=8
Apache License 2.0
1.82k stars 414 forks source link

Fixes App Data Clearing State Status In Settings #3041

Closed afterxleep closed 3 months ago

afterxleep commented 3 months ago

Task/Issue URL: https://app.asana.com/0/1204099484721401/1207731330276486/f

Description: Fixes an issue that caused the "Automatically Clear Data" state in settings to be out of sync.

Fixed by observing Data Clearing updates. – (Eventually, this and all other parts of AppSettings should adopt Combine publishers instead of Notifications, but this does the trick today)

Steps to test this PR:


Internal references:

Software Engineering Expectations Technical Design Template