mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Replaces StatsLogManager.log with StatsLogManager.logger()
Bug: 159170445 Change-Id: Ice6c8a9ae30d8e6b3843bfe42926053849bf9fe0
This commit is contained in:
@@ -448,8 +448,8 @@ public class FolderIcon extends FrameLayout implements FolderListener, IconLabel
|
||||
return;
|
||||
}
|
||||
mInfo.setTitle(nameInfos[0].getLabel());
|
||||
StatsLogManager.newInstance(getContext())
|
||||
.log(LAUNCHER_FOLDER_LABEL_UPDATED, instanceId, mInfo);
|
||||
StatsLogManager.newInstance(getContext()).logger().withItemInfo(mInfo)
|
||||
.withInstanceId(instanceId).log(LAUNCHER_FOLDER_LABEL_UPDATED);
|
||||
onTitleChanged(mInfo.title);
|
||||
mFolder.mFolderName.setText(mInfo.title);
|
||||
mFolder.mLauncher.getModelWriter().updateItemInDatabase(mInfo);
|
||||
|
||||
Reference in New Issue
Block a user