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

Commit ab88b224 authored by Mario Bertschler's avatar Mario Bertschler
Browse files

Make drawDragView protected so it can be used in subclasses.

Bug: 73818519
Bug: 74404893
Change-Id: I75b8cc322bd8d96be83adbfaf2c0244df27019d8
parent 9025aa53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ public class DragPreviewProvider {
    /**
     * Draws the {@link #mView} into the given {@param destCanvas}.
     */
    private void drawDragView(Canvas destCanvas, float scale) {
    protected void drawDragView(Canvas destCanvas, float scale) {
        destCanvas.save();
        destCanvas.scale(scale, scale);