Hide widget tune button for note widget
This commit is contained in:
parent
e726ff1ffd
commit
d8996a4633
@ -126,6 +126,7 @@ fun WidgetItem(
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
maxLines = 1
|
||||
)
|
||||
if (widget !is NotesWidget) {
|
||||
IconButton(onClick = {
|
||||
configure = true
|
||||
}) {
|
||||
@ -134,6 +135,7 @@ fun WidgetItem(
|
||||
contentDescription = stringResource(R.string.settings)
|
||||
)
|
||||
}
|
||||
}
|
||||
IconButton(onClick = { onWidgetRemove() }) {
|
||||
Icon(
|
||||
imageVector = Icons.Rounded.Delete,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user