Skip to content

Commit

Permalink
[7554] Reverts the initial workaround from PR #16873; based on curren…
Browse files Browse the repository at this point in the history
…t data it appears this may have exacerbated the Close All Tabs crash and so reverting this is expected to help significantly reduce the crash rate for the issue. (#17512) (#17514)

(cherry picked from commit 928f0da)

Co-authored-by: mattreaganmozilla <[email protected]>
  • Loading branch information
mergify[bot] and mattreaganmozilla authored Nov 28, 2023
1 parent c7d7739 commit 2304483
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Client/Frontend/Home/JumpBackIn/JumpBackInViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,6 @@ class JumpBackInViewModel: FeatureFlaggable {
// MARK: - Private: Prepare UI data
private extension JumpBackInViewModel {
private func refreshData(maxItemsToDisplay: JumpBackInDisplayGroupCount) {
Task { @MainActor [weak self] in
guard let self else { return }
self.recentTabs = await self.jumpBackInDataAdaptor.getRecentTabData()
}
jumpBackInList = createJumpBackInList(
from: recentTabs,
withMaxTabsCount: maxItemsToDisplay.tabsCount
Expand Down

1 comment on commit 2304483

@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.