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

Commit 52e02921 authored by Alison Cichowlas's avatar Alison Cichowlas Committed by Android (Google) Code Review
Browse files

Merge "Correct duplicate log ID."

parents 001a2be8 b9ba83d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ public interface ChooserActivityLogger {
        @UiEvent(doc = "User selected the nearby target.")
        SHARESHEET_NEARBY_TARGET_SELECTED(626),
        @UiEvent(doc = "User selected the edit target.")
        SHARESHEET_EDIT_TARGET_SELECTED(627);
        SHARESHEET_EDIT_TARGET_SELECTED(669);

        private final int mId;
        SharesheetTargetSelectedEvent(int id) {