[and] Hide keyboard along with list.

This commit is contained in:
d-kunin 2013-10-14 13:37:57 +03:00
parent 501b698255
commit 455b266b73

View file

@ -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()