diff --git a/android/src/com/guidewithme/ArticleInfoListActivity.java b/android/src/com/guidewithme/ArticleInfoListActivity.java index ab6957b..0108119 100644 --- a/android/src/com/guidewithme/ArticleInfoListActivity.java +++ b/android/src/com/guidewithme/ArticleInfoListActivity.java @@ -168,6 +168,9 @@ public class ArticleInfoListActivity extends FragmentActivity if (mShadow != null) Utils.fadeOut(this, mShadow); + + // we dont need keyboard when there is no list + Utils.hideKeyboard(getParent()); } private void showList()