mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-09 09:18:40 +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) {
|
||||
loadButtonContent?.invoke()
|
||||
loadButtonContent.invoke()
|
||||
} else {
|
||||
Text(
|
||||
text = stringResource(MR.strings.button_load),
|
||||
|
Loading…
x
Reference in New Issue
Block a user