Merge branch 'main' into learning-analytics-summary
This commit is contained in:
commit
e4d5bc3f41
1 changed files with 0 additions and 6 deletions
|
|
@ -486,12 +486,6 @@ class ChatController extends State<ChatPageWithRoom>
|
||||||
|
|
||||||
final timeline = this.timeline;
|
final timeline = this.timeline;
|
||||||
if (timeline == null || timeline.events.isEmpty) {
|
if (timeline == null || timeline.events.isEmpty) {
|
||||||
// #Pangea
|
|
||||||
ErrorHandler.logError(
|
|
||||||
e: PangeaWarningError("Timeline is null or empty"),
|
|
||||||
s: StackTrace.current,
|
|
||||||
);
|
|
||||||
// Pangea#
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue