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

Commit 64d21aea authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Settings UX]Move dialog title from centor to side align." into main

parents c912f0ab 801def15
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -103,10 +103,10 @@ private fun AlertDialogPresenter.SettingsAlertDialog(
        title =
            title?.let {
                {
                    CenterRow {
                    if (isSpaExpressiveEnabled)
                        Text(it, style = MaterialTheme.typography.bodyLarge)
                        else Text(it)
                    else CenterRow {
                        Text(it)
                    }
                }
            },