diff options
| author | 2024-09-18 14:00:52 +0000 | |
|---|---|---|
| committer | 2024-09-18 14:00:52 +0000 | |
| commit | 57fb2e262819a655ca1502f0b23e70a08380f345 (patch) | |
| tree | 0ad258a14b27654942e02b2484915efbe73c7b07 | |
| parent | 50d9a47b434c26c21d2178f1e21cea186f8b5c9f (diff) | |
| parent | 80c901fd3fea38acb069b0d5931025e5d640164f (diff) | |
Merge "Re-add accessibilityUiState arg in TileContent -> LargeTileContent" into main
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/infinitegrid/Tile.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/infinitegrid/Tile.kt b/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/infinitegrid/Tile.kt index aa6c08eecd76..45aad825a70f 100644 --- a/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/infinitegrid/Tile.kt +++ b/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/infinitegrid/Tile.kt @@ -140,6 +140,7 @@ fun Tile(tile: TileViewModel, iconOnly: Boolean, modifier: Modifier) { } }, onLongClick = { tile.onLongClick(expandable) }, + accessibilityUiState = uiState.accessibilityUiState, ) } } |