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

Commit 6cda631c authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Remove duplicate definition of assistant screen type

Bug: 36645014

Test: manually verified previous screen is logged correctly
      after creating a contact from assistant

- The two types are actually defined in unbundled package

Change-Id: I9726a7ba106f163d214228431886fea690854b6c
parent 38cf7f7a
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;
    }
}