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
|
@Override
|
||||||
public void cancelFullBackup() {
|
public void cancelFullBackup() {
|
||||||
clearBackupState(true);
|
clearBackupState(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue