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

Commit bdb153f5 authored by Mateusz Cicheński's avatar Mateusz Cicheński Committed by Automerger Merge Worker
Browse files

Merge "Set alpha to 0 on attach to avoid flicker at transition start." into udc-dev am: dc472531

parents 34c2f0c6 dc472531
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -206,6 +206,7 @@ public abstract class PipContentOverlay {
            tx.show(mLeash);
            tx.setLayer(mLeash, Integer.MAX_VALUE);
            tx.setBuffer(mLeash, mBitmap.getHardwareBuffer());
            tx.setAlpha(mLeash, 0f);
            tx.reparent(mLeash, parentLeash);
            tx.apply();
        }