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({
|
||||
type: ToastType.Loading,
|
||||
message: 'Capturing Moment...',
|
||||
pauseOnWindowBlur: false,
|
||||
})
|
||||
|
||||
if (this.application.desktopDevice) {
|
||||
|
||||
Reference in New Issue
Block a user