Skip to content

Commit

Permalink
chore: Adjust for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jan 10, 2025
1 parent 8586f5e commit 928441a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Uno.UI/UI/Xaml/FrameworkElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ public static class TraceProvider

private bool _defaultStyleApplied;

private ResourceDictionary _resources;

private static readonly Uri DefaultBaseUri = new Uri("ms-appx://local");

private string _baseUriFromParser;
Expand Down Expand Up @@ -979,7 +981,6 @@ internal virtual void UpdateThemeBindings(ResourceUpdateReason updateReason)
#region AutomationPeer
#if !__IOS__ && !__ANDROID__ && !__MACOS__ // This code is generated in FrameworkElementMixins
private AutomationPeer _automationPeer;
private ResourceDictionary _resources;

protected override AutomationPeer OnCreateAutomationPeer()
{
Expand Down

0 comments on commit 928441a

Please sign in to comment.