ui: fix mobile crash?

This commit is contained in:
nick-delirium 2024-12-11 14:59:29 +01:00
parent 8e7cfebdba
commit d30d1570bd
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -143,7 +143,7 @@ export default class IOSPlayer extends Player {
clean = () => {
super.clean();
this.screen.clean();
this.screen?.clean();
// @ts-ignore
this.screen = undefined;
this.messageLoader.clean();