mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix 'listening' state show in group video chats.
Regression was introduced in c3ca8c6258
.
This commit is contained in:
parent
c678973119
commit
ef04ed447f
1 changed files with 3 additions and 3 deletions
|
@ -612,9 +612,9 @@ void MembersRow::paintComplexStatusText(
|
||||||
x += skip;
|
x += skip;
|
||||||
availableWidth -= skip;
|
availableWidth -= skip;
|
||||||
const auto &font = st::normalFont;
|
const auto &font = st::normalFont;
|
||||||
const auto useAbout = (style == MembersRowStyle::Video)
|
const auto useAbout = !_about.isEmpty()
|
||||||
? false
|
&& (style != MembersRowStyle::Video)
|
||||||
: ((_state == State::RaisedHand && !_raisedHandStatus)
|
&& ((_state == State::RaisedHand && !_raisedHandStatus)
|
||||||
|| (_state != State::RaisedHand && !_speaking));
|
|| (_state != State::RaisedHand && !_speaking));
|
||||||
if (!useAbout
|
if (!useAbout
|
||||||
&& _state != State::Invited
|
&& _state != State::Invited
|
||||||
|
|
Loading…
Add table
Reference in a new issue