Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix launching Sharezone when using Dynamic Link on Android (#665)
Reason for this issue was that `intent-filter` was missing. For some reason, I also needed to add `sharezone.net` to get the Dynamic Links working, which is a bit weird. I think `sharezone.net` is coming from https://github.com/SharezoneApp/backend-mono/blob/1d402c3a1817c24e04d4f781405fdcc3af350209/infrastructure/google_cloud_platform/firebase/cloud_functions/functions/src/dynamic_links/dynamic_links.ts#L14 Fixes #661
- Loading branch information