Skip to content

Commit

Permalink
Merge pull request #153 from geteduroam/bug/keyboardIssue
Browse files Browse the repository at this point in the history
IdP info "dances" behind credentials input dialog #150
  • Loading branch information
risinggalaxy authored Dec 9, 2024
2 parents d400848 + 440fc28 commit d4a2e7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ public struct ConnectView_iOS: View {
}
.padding(20)
}
.ignoresSafeArea(.keyboard)
.onAppear {
store.send(.onAppear)
}
Expand Down

0 comments on commit d4a2e7f

Please sign in to comment.