FEATURE-731: Backport of the title detection code

This commit is contained in:
Robin 2016-09-03 23:32:24 +02:00
commit 1d0bdf23c1
17 changed files with 1080 additions and 447 deletions

View file

@ -65,7 +65,7 @@ namespace GreenshotJiraPlugin.Forms {
{
if (!_jiraConnector.IsLoggedIn)
{
await _jiraConnector.Login();
await _jiraConnector.LoginAsync();
}
}
catch (Exception e)