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

Commit b6d292d7 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Fixing disabled filter is not applied to the foregound layer when dragging an icon

Bug: 79475381
Change-Id: Ic489601f80a3180fe20a83988c2c3db7100e6946
parent 5be40757
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@ public class DragView extends View {

            if (mScaledMaskPath != null) {
                mBgSpringDrawable.setColorFilter(mBaseFilter);
                mBgSpringDrawable.setColorFilter(mBaseFilter);
                mFgSpringDrawable.setColorFilter(mBaseFilter);
                mBadge.setColorFilter(mBaseFilter);
            }
        } else {