mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
hide keyboard when filter run and when filter closed
This commit is contained in:
parent
5736870357
commit
1c9b94efbc
1 changed files with 4 additions and 1 deletions
|
@ -263,6 +263,9 @@ public class DictBrowseDelegate extends DelegateBase
|
|||
{
|
||||
m_browseState.m_expanded = nowExpanded;
|
||||
setShowConfig();
|
||||
if ( !nowExpanded ) {
|
||||
hideSoftKeyboard();
|
||||
}
|
||||
}
|
||||
} )
|
||||
.setExpanded( m_browseState.m_expanded );
|
||||
|
@ -467,7 +470,6 @@ public class DictBrowseDelegate extends DelegateBase
|
|||
@Override
|
||||
public boolean enterPressed()
|
||||
{
|
||||
hideSoftKeyboard();
|
||||
useButtonClicked();
|
||||
return true;
|
||||
}
|
||||
|
@ -645,6 +647,7 @@ public class DictBrowseDelegate extends DelegateBase
|
|||
if ( !pending ) {
|
||||
storeBrowseState();
|
||||
replaceIter( false );
|
||||
hideSoftKeyboard();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue