Loading core/java/com/android/internal/app/ChooserActivity.java +3 −1 Original line number Diff line number Diff line Loading @@ -3134,8 +3134,10 @@ public class ChooserActivity extends ResolverActivity implements // ends up disabled. That's because at some point the old tab's vertical scrolling is // disabled and the new tab's is enabled. For context, see b/159997845 setVerticalScrollEnabled(true); if (mResolverDrawerLayout != null) { mResolverDrawerLayout.scrollNestedScrollableChildBackToTop(); } } @Override protected WindowInsets onApplyWindowInsets(View v, WindowInsets insets) { Loading Loading
core/java/com/android/internal/app/ChooserActivity.java +3 −1 Original line number Diff line number Diff line Loading @@ -3134,8 +3134,10 @@ public class ChooserActivity extends ResolverActivity implements // ends up disabled. That's because at some point the old tab's vertical scrolling is // disabled and the new tab's is enabled. For context, see b/159997845 setVerticalScrollEnabled(true); if (mResolverDrawerLayout != null) { mResolverDrawerLayout.scrollNestedScrollableChildBackToTop(); } } @Override protected WindowInsets onApplyWindowInsets(View v, WindowInsets insets) { Loading