Merge pull request #1451 from dpalou/MOBILE-2513
MOBILE-2513 participants: Fix infinite loadingmain
commit
bcd42f24e1
|
@ -54,6 +54,9 @@ export class CoreUserParticipantsComponent implements OnInit {
|
||||||
});
|
});
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
this.participantsLoaded = true;
|
this.participantsLoaded = true;
|
||||||
|
|
||||||
|
// Call resize to make infinite loading work, in some cases the content dimensions aren't read.
|
||||||
|
this.content && this.content.resize();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue