We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've had trouble pinning sites; I'm not sure but it seems that the issues are when there are sites from the same domain.
Maybe realm thinks that the domain is the key?
I'm not super hot at swift but maybe this line in PinnedSite.swift:
PinnedSite.swift
@objc dynamic public var url = ""
needs to be annotated as a primary key. I know you do something similar a few lines below with a class override; again, I'm not great at Swift 🤷🏻♀️
The issue could also be something completely unrelated, IDK
The text was updated successfully, but these errors were encountered:
Bookmarks work fine, it's just "pinned top sites" that don't.
Sorry, something went wrong.
No branches or pull requests
I've had trouble pinning sites; I'm not sure but it seems that the issues are when there are sites from the same domain.
Maybe realm thinks that the domain is the key?
I'm not super hot at swift but maybe this line in
PinnedSite.swift
:needs to be annotated as a primary key. I know you do something similar a few lines below with a class override; again, I'm not great at Swift 🤷🏻♀️
The issue could also be something completely unrelated, IDK
The text was updated successfully, but these errors were encountered: