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

Commit e60684c1 authored by timhypeng's avatar timhypeng Committed by tim peng
Browse files

Extend panel max slice number to six

Bug: 147332809
Test: make -j50 RunSettingsRoboTests
Change-Id: I523af9ba1b2bd172cb544bf7d6ddb15f5f9d5aef
parent fdf29da1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ public class PanelSlicesAdapter
     * Maximum number of slices allowed on the panel view.
     */
    @VisibleForTesting
    static final int MAX_NUM_OF_SLICES = 5;
    static final int MAX_NUM_OF_SLICES = 6;

    private final List<LiveData<Slice>> mSliceLiveData;
    private final int mMetricsCategory;