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

Commit f8abf2e3 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Also catch one more tablet layout NPE.

Bug: 10837208
Change-Id: I178110431221773658403319b2be7aff22adadc8
parent 0aaeaab0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ public class RecentsCreateFragment extends Fragment {
            title.setText(builder);
            title.setEllipsize(TruncateAt.MIDDLE);

            line2.setVisibility(View.GONE);
            if (line2 != null) line2.setVisibility(View.GONE);

            return convertView;
        }