mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Remove logspam for resolved bug
b/318394698 was fixed so we can now remove these logs. Fix: 321837497 Test: N/A Flag: NONE Change-Id: Ifc8b18238778f6aa2c0ad1be5df627c07cbaf1d8
This commit is contained in:
@@ -55,7 +55,6 @@ 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);
|
||||
|
||||
Reference in New Issue
Block a user