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

Commit 5b3373ee authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Automerger Merge Worker
Browse files

Merge "Prevent apply system insets on splash screen from FITS_SYSTEM_WINDOWS"...

Merge "Prevent apply system insets on splash screen from FITS_SYSTEM_WINDOWS" into sc-dev am: f8a49bec am: 7eb36efc

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15218875

Change-Id: I2c9e775d589cebf96934e0b739d3afaf47c9d23f
parents 436cdcee 7eb36efc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -299,6 +299,7 @@ public class StartingSurfaceDrawer {
        final SplashScreenViewSupplier viewSupplier = new SplashScreenViewSupplier();
        final FrameLayout rootLayout = new FrameLayout(context);
        rootLayout.setPadding(0, 0, 0, 0);
        rootLayout.setFitsSystemWindows(false);
        final Runnable setViewSynchronized = () -> {
            Trace.traceBegin(TRACE_TAG_WINDOW_MANAGER, "addSplashScreenView");
            // waiting for setContentView before relayoutWindow