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

Commit 80c901fd authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Re-add accessibilityUiState arg in TileContent -> LargeTileContent

This was removed in the refactor. Caught locally with testing.

Change-Id: I03964c285ca02232e6dc9abf09745838a878e75f
Test: atest PlatformScenarioTests:DualTargetBluetooth
Bug: 359523013
Flag: com.android.systemui.qs_ui_refactor_compose_fragment
parent e8c64031
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -140,6 +140,7 @@ fun Tile(tile: TileViewModel, iconOnly: Boolean, modifier: Modifier) {
                    }
                },
                onLongClick = { tile.onLongClick(expandable) },
                accessibilityUiState = uiState.accessibilityUiState,
            )
        }
    }