- fix NPE when querying for annotations history
This commit is contained in:
parent
33fcacb00b
commit
40dbd9bab5
@ -91,6 +91,7 @@ public class WhiteboardRoom {
|
||||
}
|
||||
|
||||
public List<Annotation> getAnnotations() {
|
||||
if (activePresentation == null) return new ArrayList<Annotation>();
|
||||
return activePresentation.getActivePage().getAnnotations();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user