1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 00:33:20 +00:00

autofill wip

This commit is contained in:
Kyle Spearrin
2017-01-30 23:33:02 -05:00
parent 36c6c5a35e
commit 53774735d4
3 changed files with 12 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ namespace Bit.Android
[Activity(Label = "bitwarden",
Icon = "@drawable/icon",
ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation,
LaunchMode = LaunchMode.SingleTask,
WindowSoftInputMode = SoftInput.StateHidden)]
public class MainActivity : FormsAppCompatActivity
{
@@ -88,6 +89,7 @@ namespace Bit.Android
private void ReturnCredentials(VaultListPageModel.Login login)
{
App.App.WasFromAutofillService = true;
Intent data = new Intent();
if(login == null)
{