Extend panel max slice number to six

Bug: 147332809
Test: make -j50 RunSettingsRoboTests
Change-Id: I523af9ba1b2bd172cb544bf7d6ddb15f5f9d5aef
This commit is contained in:
timhypeng
2020-01-08 13:31:50 +08:00
committed by tim peng
parent fdf29da1cb
commit e60684c175

View File

@@ -51,7 +51,7 @@ public class PanelSlicesAdapter
* Maximum number of slices allowed on the panel view. * Maximum number of slices allowed on the panel view.
*/ */
@VisibleForTesting @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 List<LiveData<Slice>> mSliceLiveData;
private final int mMetricsCategory; private final int mMetricsCategory;