Ensure stickers actually load when the widget is reopened

This commit is contained in:
Travis Ralston 2019-03-25 22:48:24 -06:00
parent 97fb43d233
commit 71a1491548

View File

@ -127,6 +127,7 @@ export class StickerPickerWidgetWrapperComponent extends CapableWidget implement
this.packs = packs.filter(p => p.isSelected);
console.log("User has " + this.packs.length + "/" + packs.length + " sticker packs selected");
this.isLoading = false;
this.changeDetector.detectChanges();
} catch (e) {
console.error(e);
}