提交 6c30d822 编写于 作者: V Vitaly Knyazev

Fixing warning "Microsoft.Maui.Controls.BindableObject: Warning: Cannot...

Fixing warning "Microsoft.Maui.Controls.BindableObject: Warning: Cannot convert True to type 'Prism.Mvvm.ViewModelLocatorBehavior'"
上级 2e2a080f
......@@ -52,7 +52,7 @@ public static class ViewModelLocator
if (newValue == null || bindable.BindingContext != null)
return;
else if(newValue is Type)
bindable.SetValue(AutowireViewModelProperty, true);
bindable.SetValue(AutowireViewModelProperty, ViewModelLocatorBehavior.Automatic);
}
internal static void Autowire(object view)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册