mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
comment out keyboard dismissal
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user