fix build
This commit is contained in:
parent
c927f7d92e
commit
3513f24cb8
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ public class HelpActivity extends OsmandActionBarActivity {
|
||||||
|
|
||||||
String releasedate = "";
|
String releasedate = "";
|
||||||
if (!this.getString(R.string.app_edition).equals("")) {
|
if (!this.getString(R.string.app_edition).equals("")) {
|
||||||
releasedate = ", " + this.getString(R.string.shared_string_release).toLowercase() + ": " + this.getString(R.string.app_edition);
|
releasedate = ", " + this.getString(R.string.shared_string_release).toLowerCase() + ": " + this.getString(R.string.app_edition);
|
||||||
}
|
}
|
||||||
String version = Version.getFullVersion(getOsmandApplication()) + " " + releasedate;
|
String version = Version.getFullVersion(getOsmandApplication()) + " " + releasedate;
|
||||||
ShowArticleOnTouchListener listener = new ShowArticleOnTouchListener(
|
ShowArticleOnTouchListener listener = new ShowArticleOnTouchListener(
|
||||||
|
|
Loading…
Reference in a new issue