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

Commit 3d36c81f authored by Olivier St-Onge's avatar Olivier St-Onge
Browse files

Move the window inset spacer at the bottom of the edit mode column

This fixes the bug where it's located above the "Reset" button

Test: manually
Flag: com.android.systemui.qs_ui_refactor_compose_fragment
Bug: 404584658
Change-Id: Ia70520d488dbd3688523f4f5bc5085259035d3c1
parent 30f73993
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -385,6 +385,8 @@ fun DefaultEditTileGrid(
                        }
                    }
                }

                Spacer(Modifier.windowInsetsBottomHeight(WindowInsets.systemBars))
            }
        }
    }
@@ -642,7 +644,6 @@ private fun AvailableTileGrid(
                }
            }
        }
        Spacer(Modifier.windowInsetsBottomHeight(WindowInsets.systemBars))
    }
}