mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 18:36:21 +03:00
Room summary: Increase number of topic lines before collapsing
Change-Id: I1e86a5a14a5598b25ef315e23d6752540eaeac4e
This commit is contained in:
parent
ce77b5f827
commit
4d269c586d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class RoomProfileController @Inject constructor(
|
|||
expandableTextItem {
|
||||
id("topic")
|
||||
content(it)
|
||||
maxLines(2)
|
||||
maxLines(3)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue