summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Smith <jason.smith@xamarin.com>2016-04-20 15:20:44 -0700
committerSamantha Houts <samantha@teamredwall.com>2016-04-20 15:20:44 -0700
commit92ad48bbdf5804763365fee8eef337185c621b4e (patch)
tree97c58eae11c7f1fd024d1814c0f819613a3377b4
parentb91cc14b232564105605eb3b05b9771d9d5b983d (diff)
downloadxamarin-forms-92ad48bbdf5804763365fee8eef337185c621b4e.tar.gz
xamarin-forms-92ad48bbdf5804763365fee8eef337185c621b4e.tar.bz2
xamarin-forms-92ad48bbdf5804763365fee8eef337185c621b4e.zip
Add an optional extended description…
-rw-r--r--Xamarin.Forms.Platform.Android/Forms.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Xamarin.Forms.Platform.Android/Forms.cs b/Xamarin.Forms.Platform.Android/Forms.cs
index 398c1503..e85adafe 100644
--- a/Xamarin.Forms.Platform.Android/Forms.cs
+++ b/Xamarin.Forms.Platform.Android/Forms.cs
@@ -366,8 +366,6 @@ namespace Xamarin.Forms
{
get
{
- if ((int)Build.VERSION.SdkInt >= 23)
- return !Looper.MainLooper.IsCurrentThread;
return Looper.MainLooper != Looper.MyLooper();
}
}