UpdateWorker: Log about available updates during install mode as well
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user