summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android
diff options
context:
space:
mode:
authorPaul DiPietro <pauldipietro@users.noreply.github.com>2016-07-18 18:11:44 -0500
committerJason Smith <jason.smith@xamarin.com>2016-07-18 16:11:44 -0700
commitc9da550ce4987e01c1bbce9d0a17b860e1d300b3 (patch)
treecff20d6f0698a72d6fb3ef9a6a054eb017f21697 /Xamarin.Forms.Platform.Android
parent238c00b20772fbfe36ce1f290ac2d25c6275bf8a (diff)
downloadxamarin-forms-c9da550ce4987e01c1bbce9d0a17b860e1d300b3.tar.gz
xamarin-forms-c9da550ce4987e01c1bbce9d0a17b860e1d300b3.tar.bz2
xamarin-forms-c9da550ce4987e01c1bbce9d0a17b860e1d300b3.zip
[Android] Remove API check in ActivityIndicatorRenderer's UpdateColor method (#261)
Diffstat (limited to 'Xamarin.Forms.Platform.Android')
-rw-r--r--Xamarin.Forms.Platform.Android/Renderers/ActivityIndicatorRenderer.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Xamarin.Forms.Platform.Android/Renderers/ActivityIndicatorRenderer.cs b/Xamarin.Forms.Platform.Android/Renderers/ActivityIndicatorRenderer.cs
index e2314c61..696e6f6d 100644
--- a/Xamarin.Forms.Platform.Android/Renderers/ActivityIndicatorRenderer.cs
+++ b/Xamarin.Forms.Platform.Android/Renderers/ActivityIndicatorRenderer.cs
@@ -40,9 +40,6 @@ namespace Xamarin.Forms.Platform.Android
void UpdateColor()
{
- if (Build.VERSION.SdkInt < BuildVersionCodes.Lollipop)
- return;
-
Color color = Element.Color;
if (!color.IsDefault)