docs-maui
docs-maui copied to clipboard
Update app-links.md
The activity.Finish();
line causes the app to behave incorrectly when opening it from a deep link.
The app won't "crash" in the traditional sense, but does immediately go into the background. Opening the app switcher and choosing the app again just repeats the behavior.
Removing the call corrects the behavior.
Internal previews
📄 File | 🔗 Preview link |
---|---|
docs/android/app-links.md | Android app links |
Resolves #2213
Fixes #2212