Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

CustomTabsActivityManager doesn't work with multiple activities. (Xamarin.Android.Native) #248

Open
@Drowpall

Description

@Drowpall
    public static CustomTabsActivityManager From (Activity parentActivity, string servicePackageName = null)
    {
        if (instance == null) {
            instance = new CustomTabsActivityManager (parentActivity);
        }

        return instance;
    }

This method works for a single activity only.
When using multiple activities, the logic for Xamarin.Essentials.Webauthenticator doesn't work as intended.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions