зеркало из https://github.com/DeGsoft/maui-linux.git
[Android] fix tabs from element with a tabstop false (#4362)
This commit is contained in:
Родитель
e7bf945978
Коммит
9b10e2dbb4
|
@ -149,7 +149,7 @@ namespace Xamarin.Forms.Platform.Android
|
|||
int maxAttempts = 0;
|
||||
var tabIndexes = element?.GetTabIndexesOnParentPage(out maxAttempts);
|
||||
if (tabIndexes == null)
|
||||
return null;
|
||||
return base.FocusSearch(focused, direction);
|
||||
|
||||
int tabIndex = element.TabIndex;
|
||||
AView control = null;
|
||||
|
|
Загрузка…
Ссылка в новой задаче