Merge "Close QS Detail before hiding QS." into sc-dev

This commit is contained in:
Lucas Dupin
2021-04-29 17:38:53 +00:00
committed by Android (Google) Code Review

View File

@@ -2245,6 +2245,7 @@ public class NotificationPanelViewController extends PanelViewController {
break;
case FLING_HIDE:
default:
mQs.closeDetail();
target = 0;
}
if (target == mQsExpansionHeight) {