SIGN IN SIGN UP

linux: Ignore benign error when cancelling file picker (#15553)

Fixes https://github.com/zed-industries/zed/issues/15485

This should be clearer on the `ashpd` side, but `ResponseError` comes
from the portal
[Response](https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.Request.html#org-freedesktop-portal-request-response),
which means the request itself didn't fail. Ignoring the `Other` variant
here should be safe.

Release Notes:

- Linux: Fixed benign error being shown when cancelling file picker
([#15485](https://github.com/zed-industries/zed/issues/15485))
A
apricotbucket28 committed
b19356ac69637dfff8cd4e1c7a05490f02f54570
Parent: 7523a7a
Committed by GitHub <noreply@github.com> on 8/22/2024, 9:43:02 PM