Merge "Extend panel max slice number to six"

This commit is contained in:
TreeHugger Robot
2020-01-08 15:38:08 +00:00
committed by Android (Google) Code Review

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;