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

Commit 3e3365ba authored by Winson Chung's avatar Winson Chung
Browse files

Fixing issue where we weren't restoring touch state on dismissed Task cards. (Bug 16322100)

parent 6f306e21
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -378,6 +378,8 @@ class TaskStackViewTouchHandler implements SwipeHelper.Callback {
        }
        // Re-enable clipping with the stack (we will reuse this view)
        tv.setClipViewInStack(true);
        // Re-enable touch events from this task view
        tv.setTouchEnabled(true);
        // Remove the task view from the stack
        mSv.onTaskViewDismissed(tv);
    }