You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep running into issues in our app where the normalise() method of ParagraphDecoration fails because all fields are required to be non null. The reason for this is because the Objects.requiresNonNullElse(a,b) requires b (the "else" value) to be non null.
The text was updated successfully, but these errors were encountered:
I keep running into issues in our app where the normalise() method of ParagraphDecoration fails because all fields are required to be non null. The reason for this is because the Objects.requiresNonNullElse(a,b) requires b (the "else" value) to be non null.
The text was updated successfully, but these errors were encountered: