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

Commit 18b94817 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Also catch one more tablet layout NPE." into klp-dev

parents 7cb93f4e f8abf2e3
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;
        }