android show welcome on help menu

help page can be opened via link in welcome page.
(Easier to maintain and test)
This commit is contained in:
cip 2013-04-06 10:58:08 +02:00
parent 76a1b05509
commit e127050f8f

View File

@ -345,7 +345,7 @@ public class KiwixMobileActivity extends Activity {
openRandomArticle();
break;
case R.id.menu_help:
showHelp();
showWelcome();
break;
case R.id.menu_openfile: