mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +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;
|
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
|
||||||
|
Reference in New Issue
Block a user