Skip to content

Commit 5fbea8a

Browse files
mergify[bot]FilippoZazzeroniFilippo Zazzeroni
authored
Bugfix FXIOS-13697 Crash on homepage when syncing Bookmarks from Sync (backport #29708) (#29713)
Bugfix FXIOS-13697 Crash on homepage when syncing Bookmarks from Sync (#29708) make BookmarkConfiguration identifiable (cherry picked from commit 9758b93) Co-authored-by: FilippoZazzeroni <[email protected]> Co-authored-by: Filippo Zazzeroni <[email protected]>
1 parent 69b3d69 commit 5fbea8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firefox-ios/Client/Frontend/Home/Homepage Rebuild/Bookmark/BookmarkConfiguration.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
import Foundation
66
import Storage
77

8-
struct BookmarkConfiguration: Equatable, Hashable {
8+
struct BookmarkConfiguration: Identifiable, Equatable, Hashable {
9+
let id = UUID()
910
let site: Site
1011
var accessibilityLabel: String {
1112
return "\(site.title)"

0 commit comments

Comments
 (0)