-
Notifications
You must be signed in to change notification settings - Fork 168
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: make IPhone version above 14.7 browsers allowed for Vaadin #11821
Conversation
@@ -56,6 +56,8 @@ | |||
private boolean isIPhone; | |||
private boolean isChromeOS; | |||
|
|||
private boolean isIPhone14_7OrHigher; |
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.
UnusedVariable: The field 'isIPhone14_7OrHigher' is never read.
(at-me in a reply with help
or ignore
)
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.
Would be more explicit on the app that the test string is for.
flow-server/src/test/java/com/vaadin/flow/shared/BrowserDetailsTest.java
Outdated
Show resolved
Hide resolved
flow-server/src/test/java/com/vaadin/flow/shared/BrowserDetailsTest.java
Outdated
Show resolved
Hide resolved
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.
Probably needs merge from master to get the error pattern fixed for the failing test.
right... |
…sTest.java Co-authored-by: caalador <[email protected]>
…sTest.java Co-authored-by: caalador <[email protected]>
dd2d258
to
0547c03
Compare
SonarQube analysis reported 2 issues
|
Hi @denis-anisimov and @caalador, when i performed cherry-pick to this commit to 2.7, i have encountered the following issue. Can you take a look and pick it manually? |
Hi @denis-anisimov and @caalador, when i performed cherry-pick to this commit to 2.6, i have encountered the following issue. Can you take a look and pick it manually? |
…) (#11835) Fixes #11654 Co-authored-by: Denis <[email protected]>
…) (#11836) Fixes #11654 Co-authored-by: Denis <[email protected]>
This ticket/PR has been released with platform 22.0.0.alpha4 and is also targeting the upcoming stable 22.0.0 version. |
Fixes #11654
Description
Please list all relevant dependencies in this section and provide summary of the change, motivation and context.
Fixes # (issue)
Type of change
Checklist
Additional for
Feature
type of change