mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
feat : allow placing widget in hotseat
This commit is contained in:
@@ -740,7 +740,7 @@ public class CellLayout extends ViewGroup {
|
||||
}
|
||||
|
||||
public boolean acceptsWidget() {
|
||||
return mContainerType == WORKSPACE;
|
||||
return mContainerType == WORKSPACE || mContainerType == HOTSEAT;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user