Skip to content
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(BottomBar): Ignore keyboard safe area #798

Merged
merged 2 commits into from
Jun 13, 2023
Merged

Conversation

valentinperignon
Copy link
Member

We need to ignore the keyboard safe area so it looks nice on iPad.

To do this, we need to use a VStack instead of a safeAreaInset. However, SwiftUI cannot handle well the appearance animation in this situation, so I decided to remove the animation.

@valentinperignon valentinperignon requested a review from a team as a code owner June 13, 2023 07:38
@sonarcloud
Copy link

sonarcloud bot commented Jun 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@PhilippeWeidmann PhilippeWeidmann merged commit 0e09228 into master Jun 13, 2023
5 checks passed
@PhilippeWeidmann PhilippeWeidmann deleted the toolbar-keyboard branch June 13, 2023 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants