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

This commit is contained in:
Jeff Sharkey
2013-09-19 18:27:51 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}