Don't limit widget min size
This commit is contained in:
parent
f1b606d8e4
commit
dbd0d11a87
@ -136,10 +136,7 @@ fun WidgetItem(
|
||||
if (resizeMode) {
|
||||
val density = LocalDensity.current
|
||||
val drgStt = rememberDraggableState {
|
||||
height = max(
|
||||
height + (it / density.density).roundToInt(),
|
||||
widget.widgetProviderInfo.minResizeHeight
|
||||
)
|
||||
height += (it / density.density).roundToInt()
|
||||
}
|
||||
Icon(
|
||||
imageVector = Icons.Rounded.DragHandle,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user