Add logs around hotseat suggested apps

Bug: 295892343
Test: n/a
Flag: no flag
Change-Id: Id6f464c8614317f58f6886734ad1f9b9709d6aa3
This commit is contained in:
fbaron
2023-08-23 12:11:41 -07:00
parent 72731c4bda
commit 6707ddd016
3 changed files with 21 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ public interface WorkspaceLayoutManager {
int y = presenterPos.cellY;
if (info.container == LauncherSettings.Favorites.CONTAINER_HOTSEAT
|| info.container == LauncherSettings.Favorites.CONTAINER_HOTSEAT_PREDICTION) {
Log.d(TAG, "add predicted icon " + child.getTag().toString() + " to home screen");
int screenId = presenterPos.screenId;
x = getHotseat().getCellXFromOrder(screenId);
y = getHotseat().getCellYFromOrder(screenId);