From 07533e0365b04f3d797e2ea0e73287a84969dc96 Mon Sep 17 00:00:00 2001 From: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com> Date: Sun, 16 Apr 2023 10:07:04 -0700 Subject: [PATCH] fix: ensure minimuxer is started when refreshing in the background --- AltStore/Operations/BackgroundRefreshAppsOperation.swift | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/AltStore/Operations/BackgroundRefreshAppsOperation.swift b/AltStore/Operations/BackgroundRefreshAppsOperation.swift index 0b3aa209..e38a9a1c 100644 --- a/AltStore/Operations/BackgroundRefreshAppsOperation.swift +++ b/AltStore/Operations/BackgroundRefreshAppsOperation.swift @@ -11,6 +11,7 @@ import CoreData import AltStoreCore import EmotionalDamage +import minimuxer enum RefreshError: LocalizedError { @@ -97,6 +98,14 @@ final class BackgroundRefreshAppsOperation: ResultOperation<[String: Result