Fix possible crash on API 21+ at launch when using Holo theme and FormsApplicationAct...
authorJimmy Garrido <jimmygarrido@outlook.com>
Thu, 22 Jun 2017 18:49:39 +0000 (11:49 -0700)
committerRui Marinho <me@ruimarinho.net>
Thu, 22 Jun 2017 18:50:44 +0000 (19:50 +0100)
commit334ccc47a158dd1090706491068fc5f8833de077
tree007fa67c1395e08422e41b6f8945f33eeab5fda7
parent595344f31aa108275bfbef9abc6a3ae68b79c52b
Fix possible crash on API 21+ at launch when using Holo theme and FormsApplicationActivity (#961)

* Fix possible crash on API 21+ at launch

* Do not use an explicit cast

* Do not use C# 7 pattern matching
Xamarin.Forms.Platform.Android/Platform.cs