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

Commit edd449cc authored by burakov's avatar burakov Committed by Danny Burakov
Browse files

[Dual Shade] Remove the redundant enclosing Box in NotifsShadeOverlay.

This was made redundant by ag/34637482.

Bug: 417965077
Test: Unit tests still pass.
Flag: com.android.systemui.scene_container
Change-Id: I294b7fac141d51e1ae956f59b9d458bb63edd224
parent 1b827075
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 {