Merge "Introduce shortcut container for hotseat event reporting" into ub-launcher3-master
This commit is contained in:
commit
057f2d0d7d
|
@ -250,6 +250,9 @@ public class AppEventProducer implements StatsLogConsumer {
|
|||
case PREDICTION_CONTAINER: {
|
||||
return "predictions";
|
||||
}
|
||||
case SHORTCUTS_CONTAINER: {
|
||||
return "shortcuts";
|
||||
}
|
||||
case FOLDER: {
|
||||
FolderContainer fc = ci.getFolder();
|
||||
switch (fc.getParentContainerCase()) {
|
||||
|
|
Loading…
Reference in New Issue