Merge "Force enable vertical scrolling on profile tab change" into rvc-qpr-dev am: bcd952aec4
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12066922 Change-Id: I1826d834b79e1580d1ce85dbec590ffd05c65c3b
This commit is contained in:
@@ -3127,6 +3127,10 @@ public class ChooserActivity extends ResolverActivity implements
|
||||
ChooserGridAdapter currentRootAdapter =
|
||||
mChooserMultiProfilePagerAdapter.getCurrentRootAdapter();
|
||||
currentRootAdapter.updateDirectShareExpansion();
|
||||
// This fixes an edge case where after performing a variety of gestures, vertical scrolling
|
||||
// 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);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user