fixed bug
This commit is contained in:
parent
4cbba3dea1
commit
6dbf6a67af
|
|
@ -125,7 +125,7 @@ class ProfileDetails(val profile: Profile): Screen {
|
||||||
textAttribute(
|
textAttribute(
|
||||||
title = title,
|
title = title,
|
||||||
tooltip = tooltip,
|
tooltip = tooltip,
|
||||||
currentValue = profile.programName,
|
currentValue = currentValue,
|
||||||
onValueChange = onValueChange
|
onValueChange = onValueChange
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue