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

Commit f4b5ecf3 authored by Nihar Thakkar's avatar Nihar Thakkar
Browse files

Fixed preview lines preference functionality.

parent f6226a7d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -222,6 +222,7 @@ public class MessageListAdapter extends CursorAdapter

            if (preview != null && !preview.equals(""))
            {
                holder.preview.setMaxLines(fragment.previewLines);
                holder.preview.setText(preview);
                holder.preview.setVisibility(View.VISIBLE);
            }
+0 −1
Original line number Diff line number Diff line
@@ -128,7 +128,6 @@
                android:layout_toEndOf="@id/reply_status_image_view"
                android:layout_toStartOf="@id/metadata_linear_layout"
                android:ellipsize="end"
                android:maxLines="1"
                android:textAppearance="?android:attr/textAppearanceSmall"
                android:textColor="?android:attr/textColorSecondary" />