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

Commit 077461e9 authored by Helen Cheuk's avatar Helen Cheuk Committed by Android (Google) Code Review
Browse files

Merge "[Contextual Edu] Fix metric sequence" into main

parents 65f49403 29aaef38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,8 +42,8 @@ class ContextualEducationMetricsLogger @Inject constructor() {
            }
        SysUiStatsLog.write(
            SysUiStatsLog.CONTEXTUAL_EDUCATION_TRIGGERED,
            statsGestureType,
            statsEducationType,
            statsGestureType,
        )
    }
}