mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 08:55:59 +00:00
Detach ComposeControls from SessionController.
This commit is contained in:
@@ -418,8 +418,7 @@ void BlockedBoxController::BlockNewPeer(
|
||||
box->addButton(tr::lng_cancel(), [box] { box->closeBox(); });
|
||||
};
|
||||
window->show(
|
||||
Box<PeerListBox>(std::move(controller), std::move(initBox)),
|
||||
Ui::LayerOption::KeepOther);
|
||||
Box<PeerListBox>(std::move(controller), std::move(initBox)));
|
||||
}
|
||||
|
||||
bool BlockedBoxController::appendRow(not_null<PeerData*> peer) {
|
||||
|
Reference in New Issue
Block a user