fix: useless skip

This commit is contained in:
AlexeyZavar 2025-01-16 16:40:51 +03:00
parent 62c4b1f30b
commit fc3f59a053

View file

@ -749,8 +749,6 @@ object_ptr<Ui::RpWidget> Controller::createStickersEdit() {
container,
tr::lng_group_stickers_description());
Ui::AddSkip(container, bottomSkip);
return result;
}
@ -1464,9 +1462,6 @@ void Controller::fillManageSection() {
: tr::lng_profile_delete_channel)(),
[=]{ deleteWithConfirmation(); }
);
}
if (canEditStickers || canDeleteChannel) {
::AddSkip(_controls.buttonsLayout);
}
}