UpdateWorker: Log about available updates during install mode as well

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-01-02 11:30:45 +07:00
parent 35a26da059
commit 9fa1c34e12

View File

@@ -123,6 +123,7 @@ class UpdateWorker @AssistedInject constructor(
}
// Notify about apps that cannot be auto-updated
Log.i(TAG, "Found ${updates.size} updates out of which ${filteredUpdates.second.size} cannot be auto-updated")
notifyUpdates(filteredUpdates.second)
// Trigger download for apps if they can be auto-updated