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

Commit 8d5f358d authored by Filip Gruszczynski's avatar Filip Gruszczynski Committed by Android Git Automerger
Browse files

am 41e13b0a: Update circular mask after display is ready.

* commit '41e13b0a':
  Update circular mask after display is ready.
parents 3bb69fac 41e13b0a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -996,7 +996,6 @@ public class WindowManagerService extends IWindowManager.Stub
            SurfaceControl.closeTransaction();
        }

        updateCircularDisplayMaskIfNeeded();
        showEmulatorDisplayOverlayIfNeeded();
    }

@@ -5948,7 +5947,7 @@ public class WindowManagerService extends IWindowManager.Stub
        }
    }

    public void updateCircularDisplayMaskIfNeeded() {
    private void updateCircularDisplayMaskIfNeeded() {
        // we're fullscreen and not hosted in an ActivityView
        if (mContext.getResources().getConfiguration().isScreenRound()
                && mContext.getResources().getBoolean(
@@ -7664,6 +7663,8 @@ public class WindowManagerService extends IWindowManager.Stub
            mActivityManager.updateConfiguration(null);
        } catch (RemoteException e) {
        }

        updateCircularDisplayMaskIfNeeded();
    }

    private void displayReady(int displayId) {