Compare commits
1 Commits
v1.12-r7
...
2915-bug-e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50b4a9f1b9 |
@@ -19,7 +19,7 @@ using keepass2android.services.AutofillBase;
|
||||
|
||||
namespace keepass2android
|
||||
{
|
||||
[Activity(Label = "DisableAutofillForQueryActivity")]
|
||||
[Activity(Label = "DisableAutofillForQueryActivity", Theme = "@style/Kp2aTheme_ActionBar")]
|
||||
public class DisableAutofillForQueryActivity : Activity
|
||||
{
|
||||
public IAutofillIntentBuilder IntentBuilder = new Kp2aAutofillIntentBuilder();
|
||||
|
||||
@@ -9,7 +9,7 @@ using KeePassLib.Serialization;
|
||||
|
||||
namespace keepass2android
|
||||
{
|
||||
[Activity]
|
||||
[Activity(Theme = "@style/Kp2aTheme_ActionBar")]
|
||||
public class ExportKeyfileActivity : LockCloseActivity
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user