Skip to content

Commit

Permalink
Bugfix FXIOS-7632 [v119.1] Comment out possible cause of crash for te…
Browse files Browse the repository at this point in the history
…sting (#17029) (#17031)

Co-authored-by: roux g. buciu <[email protected]>
(cherry picked from commit e348dee)

Co-authored-by: roux g. buciu <[email protected]>
  • Loading branch information
mergify[bot] and adudenamedruby authored Oct 26, 2023
1 parent 68b1686 commit 6408b81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Client/Application/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

// Cleanup can be a heavy operation, take it out of the startup path. Instead check after a few seconds.
DispatchQueue.main.asyncAfter(deadline: .now() + 5.0) { [weak self] in
self?.profile.cleanupHistoryIfNeeded()
// TODO: testing to see if this fixes https://mozilla-hub.atlassian.net/browse/FXIOS-7632
// self?.profile.cleanupHistoryIfNeeded()
self?.ratingPromptManager.updateData()
}

Expand Down

1 comment on commit 6408b81

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

InterpreterError at template.tasks[0].extra[0].treeherder[1].symbol: unknown context value cron

Please sign in to comment.