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:
Winson Chung
2014-07-18 19:05:59 +00:00
committed by Android Git Automerger

View File

@@ -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);
}