Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afa6185a authored by Chris Wren's avatar Chris Wren
Browse files

remove double count of panel open

Bug: 22199112
Change-Id: I6f7d6851a7091513ce84a3950eb5bdcc1a333f43
parent b659c4f4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -721,7 +721,6 @@ public class NotificationPanelView extends PanelView implements
        if (mListenForHeadsUp && !mHeadsUpTouchHelper.isTrackingHeadsUp()
                && mHeadsUpTouchHelper.onInterceptTouchEvent(event)) {
            mIsExpansionFromHeadsUp = true;
            MetricsLogger.count(mContext, COUNTER_PANEL_OPEN, 1);
            MetricsLogger.count(mContext, COUNTER_PANEL_OPEN_PEEK, 1);
        }
        if ((!mIsExpanding || mHintAnimationRunning)