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:
Winson Chung
2014-07-18 19:14:11 +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);
}