From 455b266b733a9ad078bb6ef4530d41996346ab4a Mon Sep 17 00:00:00 2001 From: d-kunin Date: Mon, 14 Oct 2013 13:37:57 +0300 Subject: [PATCH] [and] Hide keyboard along with list. --- android/src/com/guidewithme/ArticleInfoListActivity.java | 3 +++ 1 file changed, 3 insertions(+) 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()