Skip to content

Commit

Permalink
feat : allow placing widget in hotseat
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSluffy committed Dec 21, 2024
1 parent ab91e04 commit 29d3ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/android/launcher3/CellLayout.java
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ public int getCountY() {
}

public boolean acceptsWidget() {
return mContainerType == WORKSPACE;
return mContainerType == WORKSPACE || mContainerType == HOTSEAT;
}

/**
Expand Down

0 comments on commit 29d3ad8

Please sign in to comment.