mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Show full requests list in a box.
This commit is contained in:
@@ -925,9 +925,8 @@ void ParticipantsBoxController::Start(
|
||||
});
|
||||
}
|
||||
};
|
||||
Ui::show(
|
||||
Box<PeerListBox>(std::move(controller), initBox),
|
||||
Ui::LayerOption::KeepOther);
|
||||
navigation->parentController()->show(
|
||||
Box<PeerListBox>(std::move(controller), initBox));
|
||||
}
|
||||
|
||||
void ParticipantsBoxController::addNewItem() {
|
||||
|
Reference in New Issue
Block a user