am 11909ed9: am 4fb60be9: am 61d52679: Fixing issue where we weren\'t restoring touch state on dismissed Task cards. (Bug 16322100)
* commit '11909ed9b62dc3ca3b72909c6ff7a9383d30d7e4': 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