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

Commit 4f45c95e authored by Mykola Podolian's avatar Mykola Podolian Committed by Android (Google) Code Review
Browse files

Merge "Adding elevation to the expanded bubble handle view" into main

parents 7f30beb6 7f3dbb26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -289,7 +289,7 @@ public class BubbleBarExpandedView extends FrameLayout implements BubbleTaskView
            }

            // Handle view needs to draw on top of task view.
            bringChildToFront(mHandleView);
            mHandleView.setElevation(1);

            mHandleView.setAccessibilityDelegate(new HandleViewAccessibilityDelegate());
        }