Skip to content

gs-app-details-page: Do not pass NULL into g_markup_escape_text()

Milan Crha requested to merge wip/app-details-no-summary into main

The function throws a runtime warning when a NULL is passed to it. The app's summary can be NULL for bare package updates.

Merge request reports