summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Extensions/KeyboardExtensions.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Extensions/KeyboardExtensions.cs')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Extensions/KeyboardExtensions.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Extensions/KeyboardExtensions.cs b/Xamarin.Forms.Platform.Tizen/Extensions/KeyboardExtensions.cs
index 6acfe3f6..0984b022 100644
--- a/Xamarin.Forms.Platform.Tizen/Extensions/KeyboardExtensions.cs
+++ b/Xamarin.Forms.Platform.Tizen/Extensions/KeyboardExtensions.cs
@@ -13,7 +13,7 @@ namespace Xamarin.Forms.Platform.Tizen
{
if (keyboard == Keyboard.Numeric)
{
- return Native.Keyboard.NumberOnly;
+ return Native.Keyboard.Numeric;
}
else if (keyboard == Keyboard.Telephone)
{
@@ -27,10 +27,6 @@ namespace Xamarin.Forms.Platform.Tizen
{
return Native.Keyboard.Url;
}
- else if (keyboard == Keyboard.Chat)
- {
- return Native.Keyboard.Emoticon;
- }
else
{
return Native.Keyboard.Normal;