-
Notifications
You must be signed in to change notification settings - Fork 305
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 for iPad split view bug #173
Conversation
@alexaubry after testing it in my own app, this PR fixes the problem. |
@a2 @alexaubry Any update? |
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.
Looks good, thanks for looking into it.
I am also facing the same issue with split view and dismiss animation, and wanted to know when will this be merged or should I use the specific branch in the meantime |
@overlord21 since @alexaubry hasn't merged this PR, I'm using @Piidro 's fork in production. I know it's not ideal, but it's the only solution right now. |
Hi here, sorry for the delay merging this, had to deal with other problems. Will make a new release. |
* Fix for iPad split view bug (#173) * Fixed the iPad animation bug when bulletin shown, also couple deprecation warnings * Updated Changelog * Corrected the available -check * Remove project resources * Update CHANGELOG Co-authored-by: Petri Tilli <[email protected]> Co-authored-by: Alexis Aubry <[email protected]>
The fix was released in 4.1.1, thanks for your patience. |
Checklist
Motivation and Context
This fixes the issue #172
Changes were tested with the example application provided.
Description
Fix was done by setting the correct frame in the
BulletinPresentationAnimationController
when animating the view in. Also fixed couple activity indicator style deprecation warnings.