Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 177f5df8 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #1986 from GoneUp/fix1861unlimitedSubject

Don't limit subject in message view to 3 lines

Fixes #1861 
parents 6beb9902 42a24023
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
                android:id="@+id/subject"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:maxLines="3"
                android:ellipsize="end"
                android:textStyle="bold"
                android:textColor="?android:attr/textColorPrimary"