mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-06 02:46:57 +00:00
Replaces StatsLogManager.log with StatsLogManager.logger()
Bug: 159170445 Change-Id: Ice6c8a9ae30d8e6b3843bfe42926053849bf9fe0
This commit is contained in:
@@ -86,7 +86,7 @@ public class OptionsPopupView extends ArrowPopup
|
||||
return false;
|
||||
}
|
||||
if (item.mEventId.getId() > 0) {
|
||||
mLauncher.getStatsLogManager().log(item.mEventId);
|
||||
mLauncher.getStatsLogManager().logger().log(item.mEventId);
|
||||
}
|
||||
if (item.mClickListener.onLongClick(view)) {
|
||||
close(true);
|
||||
|
||||
Reference in New Issue
Block a user