|
@@ -33,11 +33,11 @@ namespace InABox.Mobile.Android
|
|
|
protected override void OnElementPropertyChanged(object sender, PropertyChangedEventArgs e)
|
|
|
{
|
|
|
base.OnElementPropertyChanged(sender, e);
|
|
|
- if (Control != null)
|
|
|
- {
|
|
|
- Control.RequestFocus();
|
|
|
- Control.SetSelection(0); //Control.Text.Length);
|
|
|
- }
|
|
|
+ // if (Control != null)
|
|
|
+ // {
|
|
|
+ // Control.RequestFocus();
|
|
|
+ // Control.SetSelection(0); //Control.Text.Length);
|
|
|
+ // }
|
|
|
}
|
|
|
}
|
|
|
}
|