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 know else condition not meet in current condition, but contentDescription should be null when it is no need.
And then stringResource(id = 0) is not null, just a dummy string.
The text was updated successfully, but these errors were encountered:
jetpack-camera-app/feature/preview/src/main/java/com/google/jetpackcamera/feature/preview/ui/PreviewScreenComponents.kt
Lines 452 to 461 in 21fdaf1
I know
else
condition not meet in current condition, but contentDescription should be null when it is no need.And then stringResource(id = 0) is not null, just a dummy string.
The text was updated successfully, but these errors were encountered: