mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Fixes folder logging.
Only LAUNCHER_FOLDER_LABEL_UPDATED events will have FromState, ToState and FolderLabelInfo. Other folder events such as OPEN, DRAG etc will have basic fields only populated. Sample Log: https://paste.googleplex.com/5468394805526528 Screencast: http://rcll/hSUQjtQXfQM5i9DjjAQTf2/Zn5FeiVDONaQj0mK1JNjg Bug: 159164315 Change-Id: I903fc7b62bcee748aa3ef695453be3e14d388712
This commit is contained in:
@@ -415,7 +415,7 @@ public class Workspace extends PagedView<WorkspacePageIndicator>
|
||||
|
||||
// Always enter the spring loaded mode
|
||||
mLauncher.getStateManager().goToState(SPRING_LOADED);
|
||||
mStatsLogManager.logger().withItemInfo(dragObject.originalDragInfo)
|
||||
mStatsLogManager.logger().withItemInfo(dragObject.dragInfo)
|
||||
.withInstanceId(dragObject.logInstanceId)
|
||||
.log(LauncherEvent.LAUNCHER_ITEM_DRAG_STARTED);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user