Skip to content

Commit

Permalink
fix: crash search item
Browse files Browse the repository at this point in the history
  • Loading branch information
maeceloacm1998 committed Jul 22, 2023
1 parent fdefe1e commit 6523162
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ abstract class HomeHorizontalCardHolder :
lateinit var period: String

@EpoxyAttribute
lateinit var teacher: String
var teacher: String = ""

@EpoxyAttribute(EpoxyAttribute.Option.DoNotHash)
lateinit var clickHorizontalCardListener: (subjectId: String) -> Unit
Expand Down

0 comments on commit 6523162

Please sign in to comment.