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

Commit d582026a authored by Wenyi Wang's avatar Wenyi Wang Committed by android-build-merger
Browse files

Merge "Remove duplicate definition of assistant screen type" into ub-contactsdialer-i-dev

am: 5f07eb5b

Change-Id: I1fe9f3c2b06d31c5fb3e93832bc28378de51cb27
parents 2e8e30e4 5f07eb5b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -31,10 +31,8 @@ public class ScreenEvent {
        public static final int ALL_CONTACTS = 4;
        public static final int QUICK_CONTACT = 5;
        public static final int EDITOR = 6;
        public static final int FIND_DUPLICATES = 7;
        public static final int LIST_ACCOUNT = 8;
        public static final int LIST_GROUP = 9;
        public static final int ME_CONTACT = 10;
        public static final int ASSISTANT = 11;
    }
}