mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-10 04:00:43 +01:00
fix: unnecessary safe call
This commit is contained in:
parent
8f4b93253b
commit
c4255b344d
@ -85,7 +85,7 @@ actual fun CustomImage(
|
|||||||
},
|
},
|
||||||
) {
|
) {
|
||||||
if (loadButtonContent != null) {
|
if (loadButtonContent != null) {
|
||||||
loadButtonContent?.invoke()
|
loadButtonContent.invoke()
|
||||||
} else {
|
} else {
|
||||||
Text(
|
Text(
|
||||||
text = stringResource(MR.strings.button_load),
|
text = stringResource(MR.strings.button_load),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user