-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix: transparent background on connect for iPad - WPB-12041 #2140
base: develop
Are you sure you want to change the base?
Conversation
@@ -38,7 +38,21 @@ extension StartUIViewController { | |||
extension StartUIViewController: ShareContactsViewControllerDelegate { | |||
|
|||
func shareContactsViewControllerDidFinish(_ viewController: ShareContactsViewController) { | |||
viewController.dismiss(animated: true) | |||
guard !needsAddressBookPermission else { | |||
// do nothing just dismiss |
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.
Just to check I assume this is being dismissed by something else in this case
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.
this guard else never happens, removed
|
||
// On iPad, add an estimated accessory height if applicable | ||
if traitCollection.userInterfaceIdiom == .pad { | ||
keyboardHeight += 44 // Approximate height of an input accessory view |
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.
I'm pretty sure there must be a way to do this without resorting to an estimate which may break. Have you looked into this much?
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.
good point, but I haven't found any way to get it so far
Test Results1 794 tests 1 788 ✅ 2m 37s ⏱️ For more details on these failures, see this check. Results for commit 8816f3f. |
Issue
presentOverAll()
to avoid access to deprecated shared instanceTesting
login on iPad with personal account
tap connect
tap invite
check also flows on iPhone