Skip to content

Commit

Permalink
Fix opening settings app with clean state on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed Jul 22, 2024
1 parent c3d5c13 commit 5f5a216
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,8 @@
) throws {
try runAction(log) {
self.springboard.activate()
self.preferences.launch() // reset to a known state
self.preferences.activate() // Needed to make sure that settings will be opened with a clean state
self.preferences.launch()

block()

Expand Down

0 comments on commit 5f5a216

Please sign in to comment.