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

Unverified Commit 87f9a163 authored by LuK1337's avatar LuK1337 Committed by Michael Bestas
Browse files

Sharesheet: Display two rows of max ranked targets

This change makes sharesheet way more useful by increasing the amount of
visible ranked apps.

Change-Id: Ic092f1d1784259c9f3c0870eda1dd1ae8544c697
parent 78e834d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2853,7 +2853,7 @@ public class ChooserActivity extends ResolverActivity implements

    @Override // ChooserListCommunicator
    public int getMaxRankedTargets() {
        return mMaxTargetsPerRow;
        return mMaxTargetsPerRow * 2;
    }

    @Override // ChooserListCommunicator