talk-android/app/src
Daniel Calviño Sánchez 4f01cb855a
Fix crash when setting participant layout before receiving the data
When setting the participant layout, if the HPB is not used, the user ID
is got from the participant list data fetched when a new participant is
found. However, as the participant layout is setup as soon as a new
participant is found the data may have not been received yet, which
ended in a crash (NullPointerException). Now the access to the
participant object is guarded to prevent that.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-10-10 18:29:40 +02:00
..
androidTest/java/com/nextcloud/talk remove unused persistence methods 2022-07-26 21:55:03 +02:00
generic add copyright + minor refactoring 2022-01-26 15:00:31 +01:00
gplay Merge pull request #2371 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-7.3.0 2022-09-16 16:36:33 +02:00
main Fix crash when setting participant layout before receiving the data 2022-10-10 18:29:40 +02:00
qa Added monochrome icon for Android 13 "Themed icons" support. 2022-09-20 16:51:28 +02:00
test Respect can publish audio & video permission 2022-09-26 12:39:15 +02:00