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

Commit 65485abe authored by Lyn's avatar Lyn
Browse files

Increase maxLines for special app access app title

Fixes: 271428806
Test: make SettingsGoogle -j40
adb install -r out/target/product/$TARGET_PRODUCT/system_ext/priv-app/SettingsGoogle/SettingsGoogle.apk

Change-Id: I6a1e904decfb231c8414e89b3f12b54d6ac0b4ab
parent 144c5157
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ internal fun CustomizedLargeTopAppBar(
    scrollBehavior: TopAppBarScrollBehavior? = null,
) {
    TwoRowsTopAppBar(
        title = { Title(title = title, maxLines = 2) },
        title = { Title(title = title, maxLines = 3) },
        titleTextStyle = MaterialTheme.typography.displaySmall,
        smallTitleTextStyle = MaterialTheme.typography.titleMedium,
        titleBottomPadding = LargeTitleBottomPadding,