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
Analysis: Resolve unnecessary safe call type warning
Warning Message: "Unnecessary safe call on a non-null receiver of type
CharSequence. This expression will have nullable type in future
releases"
The 'mPositiveButtonLabel' is being reverted back to being a nullable
field, that is, instead of it being a 'lateinit' non-null field.
PS: This field was nullable in the past, but this
24a0532 commit made it into
'lateinit' non-null.
0 commit comments