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

Commit 9ebb685b authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Fixing issue with floating task headers."

parents 221d2cbf 30404842
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -132,6 +132,8 @@ public class TaskViewTransform {

    /** Reset the transform on a view. */
    public static void reset(View v) {
        // Cancel any running animations
        v.animate().cancel();
        v.setTranslationX(0f);
        v.setTranslationY(0f);
        v.setTranslationZ(0f);