Merge pull request #60 from deathbaba/and-hide-keyboard
[and] Hide keyboard along with list.
This commit is contained in:
commit
5d22021351
1 changed files with 3 additions and 0 deletions
|
@ -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()
|
||||
|
|
Reference in a new issue