mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Slightly improved empty gap before block button in info profile.
This commit is contained in:
@@ -2842,11 +2842,7 @@ void ActionsFiller::fillUserActions(not_null<UserData*> user) {
|
||||
if (!user->isSelf() && !user->isSupport() && !user->isVerifyCodes()) {
|
||||
if (user->isBot()) {
|
||||
addBotCommandActions(user);
|
||||
}
|
||||
_wrap->add(CreateSkipWidget(
|
||||
_wrap,
|
||||
st::infoBlockButtonSkip));
|
||||
if (user->isBot()) {
|
||||
_wrap->add(CreateSkipWidget(_wrap, st::infoBlockButtonSkip));
|
||||
addReportAction();
|
||||
}
|
||||
addBlockAction(user);
|
||||
|
||||
Reference in New Issue
Block a user