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
Got a false positive because the modifier from the Circuit UI composable's had the same name as another nested Composable higher order function that also provided a Modifier that was named modifier. To Android Studio, the inner modifier wasn't a problem and wasn't referencing the outer TestScreenUi modifier.
Got a false positive because the
modifier
from the Circuit UI composable's had the same name as another nested Composable higher order function that also provided aModifier
that was namedmodifier
. To Android Studio, the innermodifier
wasn't a problem and wasn't referencing the outerTestScreenUi
modifier.If I changed to the following, the error would disappear.
The text was updated successfully, but these errors were encountered: