Fixed admin button on group chat room creation
This commit is contained in:
parent
3639bd67d7
commit
1521d21af7
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class GroupInfoAdapter extends BaseAdapter {
|
|||
public GroupInfoAdapter(LayoutInflater inflater, List<ContactAddress> items, boolean hideAdminFeatures, boolean isCreation) {
|
||||
mInflater = inflater;
|
||||
mItems = items;
|
||||
mHideAdminFeatures = hideAdminFeatures;
|
||||
mHideAdminFeatures = hideAdminFeatures || isCreation;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue