set AutoReturnFromQuery to default true

This commit is contained in:
Philipp Crocoll
2018-01-04 20:58:03 +01:00
parent 8eafc5816d
commit 8fbf915710

View File

@@ -349,7 +349,12 @@ namespace keepass2android
/// ExitAfterTaskComplete. This also allows te specify the flag if we need to display the user notifications. /// ExitAfterTaskComplete. This also allows te specify the flag if we need to display the user notifications.
public class SearchUrlTask: SelectEntryTask public class SearchUrlTask: SelectEntryTask
{ {
public const String UrlToSearchKey = "UrlToSearch"; public SearchUrlTask()
{
AutoReturnFromQuery = true;
}
public const String UrlToSearchKey = "UrlToSearch";
public string UrlToSearchFor public string UrlToSearchFor
{ {