summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Cells
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@gmail.com>2017-02-01 14:29:19 -0700
committerRui Marinho <me@ruimarinho.net>2017-02-17 11:11:46 +0000
commit408b662c24601bba6591aa931d900c268026caae (patch)
tree180d007e5a2c3beeb6b8f5653f599b208237d375 /Xamarin.Forms.Platform.Android/Cells
parent2ad9cb93f47f46fcb0584370ab8c297b20912718 (diff)
downloadxamarin-forms-408b662c24601bba6591aa931d900c268026caae.tar.gz
xamarin-forms-408b662c24601bba6591aa931d900c268026caae.tar.bz2
xamarin-forms-408b662c24601bba6591aa931d900c268026caae.zip
Add missing virtual keywords
Diffstat (limited to 'Xamarin.Forms.Platform.Android/Cells')
-rw-r--r--Xamarin.Forms.Platform.Android/Cells/EntryCellRenderer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.Android/Cells/EntryCellRenderer.cs b/Xamarin.Forms.Platform.Android/Cells/EntryCellRenderer.cs
index bfe8777f..dc658531 100644
--- a/Xamarin.Forms.Platform.Android/Cells/EntryCellRenderer.cs
+++ b/Xamarin.Forms.Platform.Android/Cells/EntryCellRenderer.cs
@@ -58,7 +58,7 @@ namespace Xamarin.Forms.Platform.Android
UpdateHeight();
}
- protected NumberKeyListener GetDigitsKeyListener(InputTypes inputTypes)
+ protected virtual NumberKeyListener GetDigitsKeyListener(InputTypes inputTypes)
{
// Override this in a custom renderer to use a different NumberKeyListener
// or to filter out input types you don't want to allow