mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
comment out keyboard dismissal
This commit is contained in:
parent
0b06c87cb7
commit
ed087b81b4
1 changed files with 2 additions and 0 deletions
|
@ -303,6 +303,7 @@ namespace Bit.Android.Services
|
|||
|
||||
public void DismissKeyboard()
|
||||
{
|
||||
/*
|
||||
try
|
||||
{
|
||||
var activity = (MainActivity)CurrentContext;
|
||||
|
@ -310,6 +311,7 @@ namespace Bit.Android.Services
|
|||
imm.HideSoftInputFromWindow(activity.CurrentFocus.WindowToken, 0);
|
||||
}
|
||||
catch { }
|
||||
*/
|
||||
}
|
||||
|
||||
public void OpenAccessibilitySettings()
|
||||
|
|
Loading…
Reference in a new issue