summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android
diff options
context:
space:
mode:
authoradrianknight89 <adrianknight89@outlook.com>2016-08-30 13:31:41 -0500
committerJason Smith <jason.smith@xamarin.com>2016-08-30 11:31:41 -0700
commitf1f0a77e1513a248f852a249c69891ce7ed0a8d5 (patch)
tree8b667f6dc3df17cde27af79603668df543df1923 /Xamarin.Forms.Platform.Android
parentab0daa194734be0e45d8582e9254c447b464b27f (diff)
downloadxamarin-forms-f1f0a77e1513a248f852a249c69891ce7ed0a8d5.tar.gz
xamarin-forms-f1f0a77e1513a248f852a249c69891ce7ed0a8d5.tar.bz2
xamarin-forms-f1f0a77e1513a248f852a249c69891ce7ed0a8d5.zip
KeyboardExtensions is now public (#326)
Diffstat (limited to 'Xamarin.Forms.Platform.Android')
-rw-r--r--Xamarin.Forms.Platform.Android/Renderers/KeyboardExtensions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.Android/Renderers/KeyboardExtensions.cs b/Xamarin.Forms.Platform.Android/Renderers/KeyboardExtensions.cs
index ab168b6d..a2e60179 100644
--- a/Xamarin.Forms.Platform.Android/Renderers/KeyboardExtensions.cs
+++ b/Xamarin.Forms.Platform.Android/Renderers/KeyboardExtensions.cs
@@ -2,7 +2,7 @@ using Android.Text;
namespace Xamarin.Forms.Platform.Android
{
- internal static class KeyboardExtensions
+ public static class KeyboardExtensions
{
public static InputTypes ToInputType(this Keyboard self)
{