You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
Description:
Tabs that have been restored, but not opened yet are not added to Recently Closed Tabs list when
Steps to Reproduce
Recently Closed Tabs
Close All n Tabs
Recently Closed Tabs
Actual result:
Simulator.Screen.Recording.-.iPhone.14.Pro.-.2023-08-04.at.16.27.54.mp4
Expected result:
Reproduces how often: [Easily reproduced, Intermittent Issue]
Brave Version:
Device details:
Website problems only:
Additional Information
I am not overly familiar with Recently Closed Tabs code, but if I had to guess it's because the
Tab
url is nil in this case. You can get the url viaSessionTab.from(tabId: id)?.url
:https://github.com/brave/brave-ios/blob/development/Sources/Brave/Frontend/Browser/BrowserViewController/BrowserViewController%2BWallet.swift#L173-L180
The text was updated successfully, but these errors were encountered: