Skip to content

Commit 36900fa

Browse files
author
Jonathan Peppers
committed
Make Device.IsInvokeRequired public
Maybe a bad idea?
1 parent d3720f4 commit 36900fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xamarin.Forms.Core/Device.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ internal static DeviceInfo Info
2727
set { info = value; }
2828
}
2929

30-
internal static bool IsInvokeRequired
30+
public static bool IsInvokeRequired
3131
{
3232
get { return PlatformServices.IsInvokeRequired; }
3333
}

0 commit comments

Comments
 (0)