Deep links from QR code don't work when the blur app option is enabled and UX analytics is disabledDescriptionFor instance having blur app option enabled and UX analytics disabled, scanning deep links from QR codes doesn't work on the iOS mobile appSteps to Reproduce 1. Set the following system properties- set glide.sg.blur_ui_when_backgrounded to true- set glide.analytics.enabled to false2. Generate deep link and encoded it in a QR code3. Scan the QR code on the corresponding iOS mobile appExpected BehaviorDeep link should be opened Actual BehaviorDeep link is not openedWorkaroundEither set the glide.sg.blur_ui_when_backgrounded to false or set the glide.analytics.enabled to trueRelated Problem: PRB1879703