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

Commit 1a243d26 authored by LuK1337's avatar LuK1337
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 2168ac68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2855,7 +2855,7 @@ public class ChooserActivity extends ResolverActivity implements

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

    @Override // ChooserListCommunicator