talk-android/app
Daniel Calviño Sánchez 004c7b296a
Move "hasMCU" update to the top of the method
"hasMCU" was used before being updated, so this caused an unneeded call
to "getPeersForCall" when processing the users in the room for the first
time even if the MCU is actually used.

A better fix might be moving "hasMCU" to a method instead of relying on
the cached value, but just moving the update to the top of the method
should have no side effects (as calling "getPeersForCall" just updates
"participantMap", which is unused when the MCU is used, and sets the
avatars, which has no effect until the peer layout is set, which also
sets the avatar), so this is good enough for now.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-07-02 14:59:05 +02:00
..
src Move "hasMCU" update to the top of the method 2021-07-02 14:59:05 +02:00
build.gradle Bump espresso-core from 3.3.0 to 3.4.0 2021-07-01 01:06:09 +00:00
gplay.gradle
lint.xml
proguard-rules.pro