How to exit notification on ios app?

hi

this is driving me crazy, but I can’t work out how to dismiss a picture notification and return to the homeassistant interface.

I’m running an automation that sends a picture to my phone when my doorbell is pressed:

> - id: '1610434939389'
>   alias: doorbell
>   description: dingdong
>   trigger:
>   - platform: event
>     event_type: xiaomi_aqara.click
>     event_data:
>       entity_id: binary_sensor.switch_158d00016443ad
>       click_type: single
>   condition: []
>   action:
>   - service: xiaomi_aqara.play_ringtone
>     data:
>       gw_mac: 34:CE:00:83:89:FA
>       ringtone_id: 10
>   - service: camera.snapshot
>     data:
>       entity_id: camera.garage_cam
>       filename: /config/www/testsnap.jpg
>     entity_id: camera.garage_cam
>   - service: notify.mobile_app_marks_iphone
>     data:
>       title: DING DONG
>       message: someone is at the door
>       data:
>         attachment:
>         content-type: jpeg
>         url: http://192.168.68.106:8123/local/testsnap.jpg

this works great! but when the image shows up I can’t exit/return back to the app. Am i missing something obvious?

I’m accessing this on a iphone XR, latest ios