Add author to the top of Reply in Another Chat.

This commit is contained in:
John Preston
2024-10-18 11:32:08 +04:00
parent 511cfc524f
commit f74dd3ca1e
8 changed files with 201 additions and 13 deletions
@@ -1944,6 +1944,13 @@ PeerListContent::SkipResult PeerListContent::selectSkip(int direction) {
}
}
if (_controller->overrideKeyboardNavigation(
direction,
_selected.index.value,
newSelectedIndex)) {
return { _selected.index.value, _selected.index.value };
}
_selected.index.value = newSelectedIndex;
_selected.element = 0;
if (newSelectedIndex >= 0) {