mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 19:05:56 +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)
|
||||
if(hasLearnMoreLink) {
|
||||
if (hasLearnMoreLink) {
|
||||
setDescriptionWithLearnMore(description)
|
||||
} else {
|
||||
binding.sessionsListHeaderDescription.text = description
|
||||
|
|
Loading…
Reference in a new issue