mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-18 04:50:08 +03:00
Fix coding style
This commit is contained in:
parent
51532687b9
commit
87e1b53c6e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue