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

Commit 8b7482f

Browse files
Jason Smithrmarinho
authored andcommitted
Add an optional extended description…
1 parent 1ba852e commit 8b7482f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Xamarin.Forms.Platform.Android/Forms.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,6 @@ public bool IsInvokeRequired
366366
{
367367
get
368368
{
369-
if ((int)Build.VERSION.SdkInt >= 23)
370-
return !Looper.MainLooper.IsCurrentThread;
371369
return Looper.MainLooper != Looper.MyLooper();
372370
}
373371
}

0 commit comments

Comments
 (0)