Skip to content

Commit

Permalink
gs-plugin-apk: fix searching for packages without metadata
Browse files Browse the repository at this point in the history
By setting the proper list to the task
  • Loading branch information
pabloyoyoista committed Sep 23, 2024
1 parent 279fd48 commit ffcd91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gs-plugin-apk/gs-plugin-apk.c
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ fix_app_missing_appstream_async (GsPlugin *plugin,

task = g_task_new (plugin, cancellable, callback, user_data);
g_task_set_source_tag (task, fix_app_missing_appstream_async);
g_task_set_task_data (task, g_object_ref (list), g_object_unref);
g_task_set_task_data (task, g_object_ref (search_list), g_object_unref);

if (gs_app_list_length (list) == 0)
{
Expand Down

0 comments on commit ffcd91e

Please sign in to comment.