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

Commit 318d382f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed initial value for sVisibleDatasetsMaxCount."

parents 3a5e29b9 51e681a1
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -61,11 +61,12 @@ public final class Helper {
    static int sPartitionMaxCount = 10;
    static int sPartitionMaxCount = 10;


    /**
    /**
     * Maximum number of visible datasets in the dataset picker UI.
     * Maximum number of visible datasets in the dataset picker UI, or {@code 0} to use default
     * value from resources.
     *
     *
     * <p>Can be modified using {@code cmd autofill set max_visible_datasets}.
     * <p>Can be modified using {@code cmd autofill set max_visible_datasets}.
     */
     */
    public static int sVisibleDatasetsMaxCount = 3;
    public static int sVisibleDatasetsMaxCount = 0;


    /**
    /**
     * When non-null, overrides whether the UI should be shown on full-screen mode.
     * When non-null, overrides whether the UI should be shown on full-screen mode.