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

Commit 214dd0e2 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fixed the flickering of the corners when collapsing the shade" into...

Merge "Fixed the flickering of the corners when collapsing the shade" into rvc-dev am: e4b658e0 am: 6a2139f5 am: 49e591d6 am: f5673f80 am: 0566eda8

Change-Id: Ifd8ad56c614e285b3731b6e2c263d8e18eb25a5c
parents f8a0c28c 0566eda8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -120,6 +120,10 @@ public class NotificationShelf extends ActivatableNotificationView implements
        setClipToPadding(false);
        mShelfIcons.setIsStaticLayout(false);
        setBottomRoundness(1.0f, false /* animate */);

        // Setting this to first in section to get the clipping to the top roundness correct. This
        // value determines the way we are clipping to the top roundness of the overall shade
        setFirstInSection(true);
        initDimens();
    }