fix ChatEditActivity shadow

This commit is contained in:
luvletter2333 2022-07-12 22:33:49 +08:00
parent de6d5e01f3
commit c00cac6b28
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
1 changed files with 0 additions and 3 deletions

View File

@ -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);