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

Commit 30404842 authored by Winson Chung's avatar Winson Chung
Browse files

Fixing issue with floating task headers.

Bug 19516828
parent 8d09a744
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);