mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Removed Ui::show from classes that have pointer to Controller.
This commit is contained in:
@@ -3192,7 +3192,7 @@ void InnerWidget::setupShortcuts() {
|
||||
});
|
||||
|
||||
request->check(Command::ShowContacts) && request->handle([=] {
|
||||
Ui::show(PrepareContactsBox(_controller));
|
||||
_controller->show(PrepareContactsBox(_controller));
|
||||
return true;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user