Skip to content

headerbar: Don't show error when add input is empty

Benjamin Heidelmeier requested to merge FeuRenard/podcasts:empty-url into master

When you add a feed url and clear the input after entering some characters, then the error label is shown. The empty url check in the code is broken, because it is performed on a version of the url which is not the original input and instead a version modified in the code.

I store in a variable whether the original input url is empty.

#45

Merge request reports