Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandozblu committed Aug 2, 2024
1 parent 04264a5 commit 215665d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class HomeActivity : AppCompatActivity() {
subMessage = "SubMessage",
imageUrl = "https://portal-cicloentrada.blu.com.br/assets/icons/coin_trail-cc541831a7fbf4d215f3910fb241b14701f5ab0f79d574ad3a6e12379b7e871e.png",
icon = R.drawable.icon_easter_eggs,
code = 2000,
code = 2000.toString(),
actionPositive = OceanBottomSheetModel.Button(
text = "Aceitar",
onClick = {}
Expand Down

0 comments on commit 215665d

Please sign in to comment.