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

Commit 289b2002 authored by Fabián Kozynski's avatar Fabián Kozynski
Browse files

Remove click action in tabbed Edit

After this, in tabbed mode, tiles can only be removed by clicking on the
remove badge.

Test: manual
Fixes: 428954448
Flag: com.android.systemui.qs_edit_mode_tabs
Change-Id: Ie50d39128cd30bd1714b47268904c04bd76a8377
parent 2219f18c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1086,10 +1086,6 @@ private fun LazyGridItemScope.TileGridCell(
                    }
                }
                .thenIf(isSelectable) { selectableModifier }
                .thenIf(!isSelectable && canRemoveTile && cell.tile.isRemovable && !canLayoutTile) {
                    // Set the remove click on the entire tile if reordering is disabled
                    Modifier.clickable(onClick = removeTile)
                }
                .tileBackground { backgroundColor }
        ) {
            EditTile(