2
0
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:
John Preston
2021-10-13 15:48:45 +04:00
parent b4895ef730
commit 7f428f2eeb
6 changed files with 471 additions and 15 deletions

View File

@@ -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() {