mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
Hide android soft keyboard. Android styling of table view.
This commit is contained in:
@@ -26,6 +26,7 @@ namespace Bit.Android
|
||||
{
|
||||
base.OnCreate(bundle);
|
||||
Console.WriteLine("A OnCreate");
|
||||
Window.SetSoftInputMode(SoftInput.StateAlwaysHidden);
|
||||
|
||||
var appIdService = Resolver.Resolve<IAppIdService>();
|
||||
var authService = Resolver.Resolve<IAuthService>();
|
||||
|
||||
Reference in New Issue
Block a user