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