am 4fb60be9: am 61d52679: Fixing issue where we weren\'t restoring touch state on dismissed Task cards. (Bug 16322100)
* commit '4fb60be98d2e43bb4dc745321865c219aef96984': Fixing issue where we weren't restoring touch state on dismissed Task cards. (Bug 16322100)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user