2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Allow many custom elements in PeerListRow.

This commit is contained in:
John Preston
2021-10-13 16:37:38 +04:00
parent 7f428f2eeb
commit ab58aa020e
17 changed files with 222 additions and 124 deletions

View File

@@ -228,7 +228,7 @@ void BlockedBoxController::rowClicked(not_null<PeerListRow*> row) {
});
}
void BlockedBoxController::rowActionClicked(not_null<PeerListRow*> row) {
void BlockedBoxController::rowRightActionClicked(not_null<PeerListRow*> row) {
session().api().blockedPeers().unblock(row->peer());
}