-
Notifications
You must be signed in to change notification settings - Fork 879
New issue
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
[iOS] - Fix Leo QA - 2 #22578
[iOS] - Fix Leo QA - 2 #22578
Conversation
Fix screen dismissing due to alerts and sheets being added on non-unary views
Image(braveSystemName: "leo.launch") | ||
.foregroundStyle(Color(braveSystemName: .iconDefault)) | ||
.frame(alignment: .trailing) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: redundant/no effect
@State | ||
var premiumStatus: AiChat.PremiumStatus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't need @State
, you don't set it anywhere
@Binding | ||
var shouldShowPremiumAd: Bool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't need @Binding
, you don't set it anywhere
* Fix buttons not being tappable throughout the app. * Fix screen dismissing due to alerts and sheets being added on non-unary views * Update feedback logic to use the new backend changes * Addressed feedback. Reduced purchase restore timeout
[iOS] - Fix Leo QA - 2 (#22578) * Fix buttons not being tappable throughout the app. * Fix screen dismissing due to alerts and sheets being added on non-unary views * Update feedback logic to use the new backend changes * Addressed feedback. Reduced purchase restore timeout
Resolves brave/brave-browser#36787
Resolves brave/brave-browser#36788
Resolves brave/brave-browser#36780
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: