Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efdd289d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Force enable vertical scrolling on profile tab change" into rvc-qpr-dev...

Merge "Force enable vertical scrolling on profile tab change" into rvc-qpr-dev am: bcd952ae am: d11465be

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12066922

Change-Id: I02882a2e3bbbe4d5d8f7be1e2b9c51e752ae0309
parents ebeefebf d11465be
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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