Stop clearing the backup state after a package is rejected
This commit is contained in:
parent
312a13a913
commit
765b8b2540
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ public class ContentProviderBackupComponent implements BackupComponent {
|
|||
|
||||
@Override
|
||||
public void cancelFullBackup() {
|
||||
clearBackupState(true);
|
||||
clearBackupState(false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue