fix logCell in ChatEditActivity

This commit is contained in:
luvletter2333 2022-07-07 14:08:18 +08:00
parent 8f3d631d4f
commit c15d817e81
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
1 changed files with 0 additions and 2 deletions

View File

@ -913,8 +913,6 @@ public class ChatEditActivity extends BaseFragment implements ImageUpdater.Image
groupStickersActivity.setInfo(info);
presentFragment(groupStickersActivity);
});
} else if (logCell != null) {
infoContainer.addView(logCell, LayoutHelper.createLinear(LayoutHelper.MATCH_PARENT, LayoutHelper.WRAP_CONTENT));
}
if (!ChatObject.hasAdminRights(currentChat)) {