Skip to content

Interact with the DialogProgress box only if it exists

Thomas requested to merge fix-dialog-box-close-not-existing into mainline

The methods managing the DialogProgress boxes in KodiUtils were updating or closing the box even if it had not been created before. It lead to errors because close_dialog_progress is called in logger.fatal().

Merge request reports