test are green !?!
This commit is contained in:
parent
cbe307033b
commit
d0186d41b0
25 changed files with 145 additions and 230 deletions
|
|
@ -40,9 +40,9 @@ public sealed class AndroidSystemBrowser : IBrowser
|
|||
var callbackTask = MainActivity.AndroidOidcCallbackSink.AwaitNextCallbackAsync();
|
||||
|
||||
var tabsIntent = new CustomTabsIntent.Builder()
|
||||
.SetShowTitle(true)
|
||||
.SetShowTitle(true)!
|
||||
.Build();
|
||||
tabsIntent.LaunchUrl(_activity, uri);
|
||||
tabsIntent!.LaunchUrl(_activity, uri);
|
||||
|
||||
string responseUri;
|
||||
try
|
||||
|
|
@ -79,4 +79,4 @@ public sealed class AndroidSystemBrowser : IBrowser
|
|||
Response = responseUri
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue