Receive support for View Once photos

This commit is contained in:
Scott Nonnenberg 2019-06-26 12:33:13 -07:00
parent fccf1eec30
commit e62a1a7812
38 changed files with 1937 additions and 102 deletions

View file

@ -39,7 +39,7 @@ function renderBody({ pack, i18n }: Props) {
}
if (!pack || pack.stickerCount === 0 || !isNumber(pack.stickerCount)) {
return <Spinner size="normal" />;
return <Spinner svgSize="normal" />;
}
return (
@ -209,7 +209,7 @@ export const StickerPreviewModal = React.memo(
</div>
<div className="module-sticker-manager__preview-modal__container__meta-overlay__install">
{pack.status === 'pending' ? (
<Spinner size="mini" />
<Spinner svgSize="small" size="14px" />
) : (
<StickerPackInstallButton
ref={focusRef}