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

Commit 3b72f611 authored by Jeremy Sim's avatar Jeremy Sim Committed by Android (Google) Code Review
Browse files

Merge "Fix black veil when splitting from side in some conditions" into main

parents 867db499 510a5a51
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -269,7 +269,9 @@ public class SplitDecorManager extends WindowlessWindowManager {

        if (update) {
            if (immediately) {
                t.setAlpha(mBackgroundLeash, showVeil ? 1f : 0f);
                t.setVisibility(mBackgroundLeash, showVeil);
                t.setAlpha(mIconLeash, showVeil ? 1f : 0f);
                t.setVisibility(mIconLeash, showVeil);
            } else {
                startFadeAnimation(showVeil, false, null);