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

Commit 1c303cdc authored by Ale Nijamkin's avatar Ale Nijamkin Committed by Android (Google) Code Review
Browse files

Merge "[flexiglass] Fixes issue where LS status bar appears too late" into main

parents a312222c ae097932
Loading
Loading
Loading
Loading
+14 −24
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.platform.LocalContext
import androidx.compose.ui.unit.dp
import androidx.compose.ui.viewinterop.AndroidView
import com.android.compose.animation.scene.ElementKey
import com.android.compose.animation.scene.SceneScope
import com.android.compose.modifiers.height
import com.android.keyguard.dagger.KeyguardStatusBarViewComponent
@@ -83,11 +82,6 @@ constructor(
                componentFactory.build(view, provider).keyguardStatusBarViewController
            }

        MovableElement(
            key = StatusBarElementKey,
            modifier = modifier,
        ) {
            content {
        AndroidView(
            factory = {
                notificationPanelView.get().findViewById<View>(R.id.keyguard_header)?.let {
@@ -105,7 +99,3 @@ constructor(
        )
    }
}
    }
}

private val StatusBarElementKey = ElementKey("StatusBar")