fix: Fixed issue where Moments-related toasts would not get correctly dismissed

This commit is contained in:
Aman Harwara
2022-12-20 23:52:43 +05:30
parent a7add80633
commit eceb46bed7

View File

@@ -84,6 +84,7 @@ export class MomentsService extends AbstractViewController {
const toastId = addToast({
type: ToastType.Loading,
message: 'Capturing Moment...',
pauseOnWindowBlur: false,
})
if (this.application.desktopDevice) {