Room summary: Increase number of topic lines before collapsing
Change-Id: I1e86a5a14a5598b25ef315e23d6752540eaeac4e
This commit is contained in:
parent
ce77b5f827
commit
4d269c586d
|
@ -68,7 +68,7 @@ class RoomProfileController @Inject constructor(
|
|||
expandableTextItem {
|
||||
id("topic")
|
||||
content(it)
|
||||
maxLines(2)
|
||||
maxLines(3)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue