seedvault-app / seedvault

A backup application for the Android Open Source Project.
1.19k stars 73 forks source link

Fix double start of restore session #598

Closed grote closed 7 months ago

grote commented 7 months ago

We emit the install result of APKs at least two times. When there is no APKs to install, because APK backup was disabled, we would start the restore of app data two times.

This fix waits until the emitted install result is considered finished, so we only start data restore once.