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

Commit 1fc46897 authored by Jia Jia's avatar Jia Jia
Browse files

Fixed incorrect display on group members



Group account name is displayed, instead of
members list, caused by loader ids of group
metadata and group members set to zero.

Fixed to set loader id of group metadata to
none zero.

Test: Click the emergency call button in lock
screen after device booted, then enter ICE group
or any group/label. The group ui will display
group account name.

Change-Id: I13168f9d3bfbc5070ec5f48a76b2a552bd53a794
Signed-off-by: default avatarJia Jia <jia.jia@zte.com.cn>
parent 866bc4c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ public class GroupMembersFragment extends MultiSelectContactsListFragment<GroupM

    private static final String ARG_GROUP_URI = "groupUri";

    private static final int LOADER_GROUP_METADATA = 0;
    private static final int LOADER_GROUP_METADATA = 100;
    private static final int MSG_FAIL_TO_LOAD = 1;
    private static final int RESULT_GROUP_ADD_MEMBER = 100;