Skip to content

Commit

Permalink
group calls bugfix https://bugs.telegram.org/c/927
Browse files Browse the repository at this point in the history
  • Loading branch information
Arseny271 committed Feb 1, 2021
1 parent efab88e commit 1634042
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2831,7 +2831,7 @@ protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
items.add(LocaleController.getString("VoipGroupOpenProfile", R.string.VoipGroupOpenProfile));
icons.add(R.drawable.msg_openprofile);
options.add(6);
if (!isAdmin) {
if (!isAdmin && ChatObject.canBlockUsers(currentChat)) {
items.add(LocaleController.getString("VoipGroupUserRemove", R.string.VoipGroupUserRemove));
icons.add(R.drawable.msg_block2);
options.add(2);
Expand Down

0 comments on commit 1634042

Please sign in to comment.