Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed creation of the CustomTabsActivityManager #22018

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

koviant
Copy link

@koviant koviant commented Apr 23, 2024

Description of Change

Fix to avoid using the From method to get the CustomTabsActivityManager manager. This method would store a reference to the activity from a static field, and this will be kept after activity is destroyed. As no extra logic is inside this method, I've changed it to direct new instance creation each time.

Issues Fixed

Fixes #22017

@koviant koviant requested a review from a team as a code owner April 23, 2024 21:52
@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Apr 23, 2024
Copy link
Contributor

Hey there @koviant! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@PureWeen PureWeen requested review from Redth and mattleibow and removed request for Eilon and StephaneDelcroix April 23, 2024 21:58
@jsuarezruiz jsuarezruiz added the area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info label Apr 24, 2024
@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info community ✨ Community Contribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with Essentials.WebAuthenticator and multiple activities
2 participants