feat : allow placing widget in hotseat

This commit is contained in:
MrSluffy
2024-12-21 13:42:03 +08:00
parent ab91e04b7f
commit 29d3ad8891

View File

@@ -740,7 +740,7 @@ public class CellLayout extends ViewGroup {
}
public boolean acceptsWidget() {
return mContainerType == WORKSPACE;
return mContainerType == WORKSPACE || mContainerType == HOTSEAT;
}
/**