Populate FromState, ToState, EditText, Cardinality in LauncherUiChanged.
Bug: 155410872 Change-Id: Ibe8af752fc37aa8358468a37ade36569342f7661
This commit is contained in:
@@ -141,10 +141,10 @@ public class StatsLogCompatManager extends StatsLogManager {
|
||||
getHierarchy(info) /* hierarchy */,
|
||||
info.getIsWork() /* is_work_profile */,
|
||||
info.getRank() /* rank */,
|
||||
0 /* fromState */,
|
||||
0 /* toState */,
|
||||
null /* edittext */,
|
||||
0 /* cardinality */);
|
||||
info.getFolderIcon().getFromLabelState().getNumber() /* fromState */,
|
||||
info.getFolderIcon().getToLabelState().getNumber() /* toState */,
|
||||
info.getFolderIcon().getLabelInfo() /* edittext */,
|
||||
info.getFolderIcon().getCardinality() /* cardinality */);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user