mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Move Info::TopBarOverride to Info::TopBar.
This allows to improve animations in shared media items selection.
This commit is contained in:
@@ -1350,7 +1350,7 @@ void StickersBox::Inner::rebuildMegagroupSet() {
|
||||
|
||||
if (!_megagroupSelectedRemove) {
|
||||
_megagroupSelectedRemove.create(this, st::groupStickersRemove);
|
||||
_megagroupSelectedRemove->showFast();
|
||||
_megagroupSelectedRemove->show(anim::type::instant);
|
||||
_megagroupSelectedRemove->setClickedCallback([this] {
|
||||
setMegagroupSelectedSet(MTP_inputStickerSetEmpty());
|
||||
});
|
||||
|
Reference in New Issue
Block a user