mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-11 16:37:18 -04:00
+ small UI imp.
This commit is contained in:
parent
b342b62e62
commit
f14f1dfb09
@ -522,15 +522,19 @@ public class KiwixMobileActivity extends Activity {
|
|||||||
openRandomArticle();
|
openRandomArticle();
|
||||||
break;
|
break;
|
||||||
case R.id.menu_help:
|
case R.id.menu_help:
|
||||||
|
imm.hideSoftInputFromWindow(articleSearchtextView.getWindowToken(),0);
|
||||||
showWelcome();
|
showWelcome();
|
||||||
break;
|
break;
|
||||||
case R.id.menu_openfile:
|
case R.id.menu_openfile:
|
||||||
|
imm.hideSoftInputFromWindow(articleSearchtextView.getWindowToken(),0);
|
||||||
selectZimFile();
|
selectZimFile();
|
||||||
break;
|
break;
|
||||||
case R.id.menu_exit:
|
case R.id.menu_exit:
|
||||||
|
imm.hideSoftInputFromWindow(articleSearchtextView.getWindowToken(),0);
|
||||||
finish();
|
finish();
|
||||||
break;
|
break;
|
||||||
case R.id.menu_settings:
|
case R.id.menu_settings:
|
||||||
|
imm.hideSoftInputFromWindow(articleSearchtextView.getWindowToken(),0);
|
||||||
Intent i = new Intent(this, KiwixSettings.class);
|
Intent i = new Intent(this, KiwixSettings.class);
|
||||||
startActivityForResult(i, PREFERENCES_REQUEST_CODE);
|
startActivityForResult(i, PREFERENCES_REQUEST_CODE);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user