mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 23:45:44 +00:00
Detach ComposeControls from SessionController.
This commit is contained in:
@@ -375,7 +375,7 @@ void UsernamesBox(
|
||||
object_ptr<UsernamesList>(
|
||||
box,
|
||||
peer,
|
||||
std::make_shared<Ui::BoxShow>(box),
|
||||
box->uiShow(),
|
||||
!isBot
|
||||
? [=] { box->scrollToY(0); editor->setInnerFocus(); }
|
||||
: Fn<void()>(nullptr)),
|
||||
|
Reference in New Issue
Block a user