Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

fix(Android): change launchMode on Android to singleTask #297

Conversation

gonzalogauto
Copy link
Contributor

Description

  • We have discovered that launchMode=singleTop on Android opens a new instance of the app every time we open a deep-link on some devices. This change solves this problem by using launchMode=singleTask, which maintains a single instance of the app.

This closes #296

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

- We have discovered that launchMode=singleTop on Android opens a new instance of the app every time we open a deep-link on some devices. This change solves this problem by using launchMode=singleTask, which maintains a single instance of the app.
@tomarra tomarra merged commit 636cff4 into VeryGoodOpenSource:main Oct 26, 2023
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: launchMode issue while using deeplinks on Android
3 participants