mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-03 18:49:30 +00:00
Fix crash in MainWidget setup with audio player.
This commit is contained in:
@@ -3016,7 +3016,7 @@ void InnerWidget::setupShortcuts() {
|
||||
}) | rpl::start_with_next([=](not_null<Shortcuts::Request*> request) {
|
||||
using Command = Shortcuts::Command;
|
||||
|
||||
if (_controller->content()->selectingPeer()) {
|
||||
if (_controller->selectingPeer()) {
|
||||
return;
|
||||
}
|
||||
const auto row = _controller->activeChatEntryCurrent();
|
||||
|
||||
Reference in New Issue
Block a user