Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2ec7794 authored by Chandru S's avatar Chandru S
Browse files

Add more sysuiResTag to fix e2e tests with the compose bouncer

Bug: 310005730
Test: verified e2e test passes with the res tag
Flag: com.android.systemui.compose_bouncer
Change-Id: I1443dfe5479ac4f9eea4a1caf11e0837fef27b60
parent 2f412ed6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -830,7 +830,7 @@ private fun UserSwitcher(
            Image(
                bitmap = it.asImageBitmap(),
                contentDescription = null,
                modifier = Modifier.size(SelectedUserImageSize),
                modifier = Modifier.size(SelectedUserImageSize).sysuiResTag("user_icon"),
            )
        }