Skip to content

application: Open only the first 'tel:' URI

Andrea Veri requested to merge wip/sadiq/first-tel-uri into master

Calls can't handle multiple calls, so there is no point in handling all URIs.

Handle opening URI in activate(), which will be helpful when we use local_command_line()

Also, this commit fixes presenting window on initial launch of Calls with a “tel:” URI

Merge request reports