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

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

Merge "[Dual Shade] Remove the redundant enclosing Box in NotifsShadeOverlay." into main

parents a3ea108e edd449cc
Loading
Loading
Loading
Loading
+35 −38
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

package com.android.systemui.notifications.ui.composable

import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding
@@ -124,7 +123,6 @@ constructor(
                )
            },
        ) {
            Box {
            Column {
                if (isFullWidth) {
                    val burnIn = rememberBurnIn(keyguardClockViewModel)
@@ -168,7 +166,6 @@ constructor(
        }
    }
}
}

object NotificationsShade {
    object Elements {