Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android: Set launchMode="singleTask" instead of "singleTop"
This addresses zulip#620 by making it so the whole app state isn't reset when coming back from Firefox in the web-auth flow. Discussion: https://chat.zulip.org/#narrow/stream/48-mobile/topic/Flutter.20app.20.2B.20SAML.20auth/near/1776828 Later in that discussion, Greg found that this mode is the most appropriate for our app, and that setting taskAffinity="" is probably a good idea as a security-hardening measure. Fixes: zulip#620
- Loading branch information