Merge "Fixed a bug where we weren't releasing views" into oc-mr1-dev

am: a782ff3fb7

Change-Id: I03f6527ae3ebd36b6df26a8d3a786157ce8a1d90
This commit is contained in:
Selim Cinek
2017-08-24 18:28:02 +00:00
committed by android-build-merger

View File

@@ -111,6 +111,7 @@ public class HeadsUpTouchHelper implements Gefingerpoken {
// flicker of one frame as it's not expanded yet.
mHeadsUpManager.unpinAll();
mPanel.clearNotificationEffects();
endMotion();
return true;
}
break;