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

Commit 523c4fd6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Increment a MetricsLogger counter on back press." into cw-f-dev

parents 06ffff61 580135c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1042,6 +1042,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
    }

    private void interceptBackKeyDown() {
        MetricsLogger.count(mContext, "key_back_down", 1);
        // Reset back key state for long press
        mBackKeyHandled = false;