diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f8e51d9a..9dba0ff7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="173" + android:versionName="1.7.10" > 0) { - author.setText(getString(R.string.author_formatted, articleAuthor)); - } else { - author.setText(""); - } + if (author != null) + if (articleAuthor.length() > 0) { + author.setText(getString(R.string.author_formatted, articleAuthor)); + } else { + author.setText(""); + } /* ImageView separator = (ImageView)v.findViewById(R.id.headlines_separator);