mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Fix 'listening' state show in group video chats.
Regression was introduced in c3ca8c6258
.
This commit is contained in:
@@ -612,9 +612,9 @@ void MembersRow::paintComplexStatusText(
|
||||
x += skip;
|
||||
availableWidth -= skip;
|
||||
const auto &font = st::normalFont;
|
||||
const auto useAbout = (style == MembersRowStyle::Video)
|
||||
? false
|
||||
: ((_state == State::RaisedHand && !_raisedHandStatus)
|
||||
const auto useAbout = !_about.isEmpty()
|
||||
&& (style != MembersRowStyle::Video)
|
||||
&& ((_state == State::RaisedHand && !_raisedHandStatus)
|
||||
|| (_state != State::RaisedHand && !_speaking));
|
||||
if (!useAbout
|
||||
&& _state != State::Invited
|
||||
|
Reference in New Issue
Block a user