Skip to content

Commit

Permalink
Make Device.IsInvokeRequired public
Browse files Browse the repository at this point in the history
Maybe a bad idea?
  • Loading branch information
Jonathan Peppers committed Jun 21, 2016
1 parent d3720f4 commit 36900fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xamarin.Forms.Core/Device.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ internal static DeviceInfo Info
set { info = value; }
}

internal static bool IsInvokeRequired
public static bool IsInvokeRequired
{
get { return PlatformServices.IsInvokeRequired; }
}
Expand Down

0 comments on commit 36900fa

Please sign in to comment.