Skip to content

Commit 9107a21

Browse files
NirmalKumarYuvarajjsuarezruiz
authored andcommitted
modified code changes
1 parent 01323eb commit 9107a21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Core/src/Platform/Android/MauiPicker.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ public class MauiPicker : MauiPickerBase
1414
public MauiPicker(Context context) : base(context)
1515
{
1616
PickerManager.Init(this);
17-
// To prevent user from entering text when focus is received
18-
KeyListener = null;
1917
}
2018

2119
public override bool OnTouchEvent(MotionEvent? e)

0 commit comments

Comments
 (0)