diff --git a/TMessagesProj/src/main/java/org/telegram/ui/ChatEditActivity.java b/TMessagesProj/src/main/java/org/telegram/ui/ChatEditActivity.java index d1f6d8efa..437f50fe5 100644 --- a/TMessagesProj/src/main/java/org/telegram/ui/ChatEditActivity.java +++ b/TMessagesProj/src/main/java/org/telegram/ui/ChatEditActivity.java @@ -890,9 +890,6 @@ public class ChatEditActivity extends BaseFragment implements ImageUpdater.Image infoContainer.addView(logCell, LayoutHelper.createLinear(LayoutHelper.MATCH_PARENT, LayoutHelper.WRAP_CONTENT)); } - infoSectionCell = new ShadowSectionCell(context); - linearLayout1.addView(infoSectionCell, LayoutHelper.createLinear(LayoutHelper.MATCH_PARENT, LayoutHelper.WRAP_CONTENT)); - if (false && !ChatObject.hasAdminRights(currentChat)) { infoContainer.setVisibility(View.GONE); settingsTopSectionCell.setVisibility(View.GONE);