Fix coding style
This commit is contained in:
parent
51532687b9
commit
87e1b53c6e
@ -66,7 +66,7 @@ class SessionsListHeaderView @JvmOverloads constructor(
|
|||||||
}
|
}
|
||||||
|
|
||||||
val hasLearnMoreLink = typedArray.getBoolean(R.styleable.SessionsListHeaderView_sessionsListHeaderHasLearnMoreLink, true)
|
val hasLearnMoreLink = typedArray.getBoolean(R.styleable.SessionsListHeaderView_sessionsListHeaderHasLearnMoreLink, true)
|
||||||
if(hasLearnMoreLink) {
|
if (hasLearnMoreLink) {
|
||||||
setDescriptionWithLearnMore(description)
|
setDescriptionWithLearnMore(description)
|
||||||
} else {
|
} else {
|
||||||
binding.sessionsListHeaderDescription.text = description
|
binding.sessionsListHeaderDescription.text = description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user