Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Add an optional extended description…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Smith authored and rmarinho committed Apr 20, 2016
1 parent 1ba852e commit 8b7482f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Xamarin.Forms.Platform.Android/Forms.cs
Expand Up @@ -366,8 +366,6 @@ public bool IsInvokeRequired
{
get
{
if ((int)Build.VERSION.SdkInt >= 23)
return !Looper.MainLooper.IsCurrentThread;
return Looper.MainLooper != Looper.MyLooper();
}
}
Expand Down

0 comments on commit 8b7482f

Please sign in to comment.