fix: Fixed issue where Moments-related toasts would not get correctly dismissed
This commit is contained in:
@@ -84,6 +84,7 @@ export class MomentsService extends AbstractViewController {
|
|||||||
const toastId = addToast({
|
const toastId = addToast({
|
||||||
type: ToastType.Loading,
|
type: ToastType.Loading,
|
||||||
message: 'Capturing Moment...',
|
message: 'Capturing Moment...',
|
||||||
|
pauseOnWindowBlur: false,
|
||||||
})
|
})
|
||||||
|
|
||||||
if (this.application.desktopDevice) {
|
if (this.application.desktopDevice) {
|
||||||
|
|||||||
Reference in New Issue
Block a user