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

Commit 801def15 authored by tom hsu's avatar tom hsu Committed by Tom Hsu
Browse files

[Settings UX]Move dialog title from centor to side align.

Flag: EXEMPT bug fix
Fix: b/406133074
Test: Visual, see b/406133074#2
Change-Id: I189721a322d60e9cfc2126a28f984767520b3b25
parent 7a5a527e
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)
                    }
                }
            },