Loading core/java/android/view/translation/UiTranslationController.java +2 −4 Original line number Diff line number Diff line Loading @@ -598,9 +598,8 @@ public class UiTranslationController { final View rootView = roots.get(rootNum).getView(); if (rootView instanceof ViewGroup) { findViewsTraversalByAutofillIds((ViewGroup) rootView, sourceViewIds); } else { addViewIfNeeded(sourceViewIds, rootView); } addViewIfNeeded(sourceViewIds, rootView); } } Loading @@ -611,9 +610,8 @@ public class UiTranslationController { final View child = viewGroup.getChildAt(i); if (child instanceof ViewGroup) { findViewsTraversalByAutofillIds((ViewGroup) child, sourceViewIds); } else { addViewIfNeeded(sourceViewIds, child); } addViewIfNeeded(sourceViewIds, child); } } Loading Loading
core/java/android/view/translation/UiTranslationController.java +2 −4 Original line number Diff line number Diff line Loading @@ -598,9 +598,8 @@ public class UiTranslationController { final View rootView = roots.get(rootNum).getView(); if (rootView instanceof ViewGroup) { findViewsTraversalByAutofillIds((ViewGroup) rootView, sourceViewIds); } else { addViewIfNeeded(sourceViewIds, rootView); } addViewIfNeeded(sourceViewIds, rootView); } } Loading @@ -611,9 +610,8 @@ public class UiTranslationController { final View child = viewGroup.getChildAt(i); if (child instanceof ViewGroup) { findViewsTraversalByAutofillIds((ViewGroup) child, sourceViewIds); } else { addViewIfNeeded(sourceViewIds, child); } addViewIfNeeded(sourceViewIds, child); } } Loading