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

Commit b9ba83d2 authored by Alison Cichowlas's avatar Alison Cichowlas
Browse files

Correct duplicate log ID.

Test: atest ChooserActivityTest
Change-Id: I9ad50e48ab381d64f9a7beb18a71a22d879bde5f
parent 5f9e34df
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) {