Stop clearing the backup state after a package is rejected

This commit is contained in:
Steve Soltys 2017-10-18 23:00:20 -04:00
parent 312a13a913
commit 765b8b2540

View file

@ -219,7 +219,7 @@ public class ContentProviderBackupComponent implements BackupComponent {
@Override
public void cancelFullBackup() {
clearBackupState(true);
clearBackupState(false);
}
@Override