Skip to content

Commit

Permalink
[Tizen] Use new dispatcher instance in Tizen's BlazorWebView
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiejava committed Oct 14, 2021
1 parent dec40a3 commit cb9a4d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private void StartWebViewCoreIfPossible()
var resContentRootDir = Path.Combine(TApplication.Current.DirectoryInfo.Resource, contentRootDir);
var mauiAssetFileProvider = new PhysicalFileProvider(resContentRootDir);

_webviewManager = new TizenWebViewManager(this, NativeWebView, Services!, MauiDispatcher.Instance, mauiAssetFileProvider, VirtualView.JSComponents, hostPageRelativePath);
_webviewManager = new TizenWebViewManager(this, NativeWebView, Services!, ComponentsDispatcher, mauiAssetFileProvider, VirtualView.JSComponents, hostPageRelativePath);
if (RootComponents != null)
{
foreach (var rootComponent in RootComponents)
Expand Down

0 comments on commit cb9a4d7

Please sign in to comment.