mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 03:32:38 +08:00
perf: change text
This commit is contained in:
parent
ba48c487b0
commit
17af46e1af
|
@ -97,7 +97,7 @@ fun CategoryPage(subsItemId: Long) {
|
||||||
contentDescription = null,
|
contentDescription = null,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}, title = { Text(text = "${subsRaw?.name ?: subsItemId}/规则类别") }, actions = {})
|
}, title = { Text(text = "规则类别/${subsRaw?.name ?: subsItemId}") }, actions = {})
|
||||||
}, floatingActionButton = {
|
}, floatingActionButton = {
|
||||||
if (editable) {
|
if (editable) {
|
||||||
FloatingActionButton(onClick = { showAddDlg = true }) {
|
FloatingActionButton(onClick = { showAddDlg = true }) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user