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

Commit bc402dc9 authored by LuK1337's avatar LuK1337 Committed by Łukasz Patron
Browse files

Sharesheet: Set max ranked items to 8

This change makes sharesheet way more useful by increasing
amount of visible ranked apps in portrait mode from 4 to 8.

Change-Id: Ic092f1d1784259c9f3c0870eda1dd1ae8544c697
parent d4ef9d38
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 getMaxTargetsPerRow();
        return MAX_TARGETS_PER_ROW_LANDSCAPE;
    }

    @Override // ChooserListCommunicator