Commit c10bda6
committed
fix loading spinner for participants without peerConnection
This happens e.g. when they don't have permissions to send audio and video.
The fix is to set isConnected = true in the ParticipantUiState creation.
At first it felt like setting isConnected to true is a hack, but it should be okay as it's immediately changed by the peerConnection handling for the other cases.
Signed-off-by: Marcel Hibbe <[email protected]>1 parent e54bb59 commit c10bda6
File tree
1 file changed
+4
-1
lines changed- app/src/main/java/com/nextcloud/talk/activities
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| 170 | + | |
168 | 171 | | |
169 | 172 | | |
170 | 173 | | |
| |||
0 commit comments