Room summary: Increase number of topic lines before collapsing

Change-Id: I1e86a5a14a5598b25ef315e23d6752540eaeac4e
This commit is contained in:
SpiritCroc 2020-11-02 12:29:30 +01:00
parent ce77b5f827
commit 4d269c586d
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class RoomProfileController @Inject constructor(
expandableTextItem { expandableTextItem {
id("topic") id("topic")
content(it) content(it)
maxLines(2) maxLines(3)
} }
} }