Merge "Extend panel max slice number to six"
This commit is contained in:
committed by
Android (Google) Code Review
commit
ef47d9a045
@@ -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;
|
||||
|
Reference in New Issue
Block a user