Mercurial > 510Connectbot
diff src/com/five_ten_sg/connectbot/HelpActivity.java @ 342:175c7d68f3c4
merge ganymed into mainline
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 31 Jul 2014 16:33:38 -0700 |
parents | 071eccdff8ea |
children | f7e09771172f |
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/HelpActivity.java Thu Jul 17 22:09:05 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/HelpActivity.java Thu Jul 31 16:33:38 2014 -0700 @@ -50,6 +50,7 @@ getResources().getText(R.string.title_help))); AssetManager am = this.getAssets(); LinearLayout content = (LinearLayout)this.findViewById(R.id.topics); + try { for (String name : am.list(HELPDIR)) { if (name.endsWith(SUFFIX)) {