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

Commit ba8129f1 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am 18b94817: Merge "Also catch one more tablet layout NPE." into klp-dev

* commit '18b94817':
  Also catch one more tablet layout NPE.
parents 5de6787d 18b94817
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;
        }