diff options
| author | 2024-09-12 18:26:38 +0000 | |
|---|---|---|
| committer | 2024-09-12 18:26:38 +0000 | |
| commit | d2ec77941f95004805caedc8360461c13ef3518f (patch) | |
| tree | 90b2757b745e4f8aaf719766a0fcc337837117a3 | |
| parent | 2f412ed6468879715bddc6f0ef17a744e0d92bec (diff) | |
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
| -rw-r--r-- | packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/BouncerContent.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/BouncerContent.kt b/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/BouncerContent.kt index 34eafdee9c76..d326f00d869e 100644 --- a/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/BouncerContent.kt +++ b/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/BouncerContent.kt @@ -830,7 +830,7 @@ private fun UserSwitcher( Image( bitmap = it.asImageBitmap(), contentDescription = null, - modifier = Modifier.size(SelectedUserImageSize), + modifier = Modifier.size(SelectedUserImageSize).sysuiResTag("user_icon"), ) } |