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

This commit is contained in:
TreeHugger Robot
2017-08-24 18:08:05 +00:00
committed by Android (Google) Code Review

View File

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