Merge pull request #60 from deathbaba/and-hide-keyboard

[and] Hide keyboard along with list.
This commit is contained in:
deathbaba 2013-10-14 03:42:44 -07:00
commit 5d22021351

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