Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 614aaac0 authored by Chris Tate's avatar Chris Tate Committed by android-build-merger
Browse files

Merge "Only invoke k/v helpers during k/v operations" into nyc-dev am: 157ae987

am: 11c07421

* commit '11c07421':
  Only invoke k/v helpers during k/v operations

Change-Id: I3508971fa36025630b33c5964f6c4c8f13f0acc8
parents afa34b61 11c07421
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -183,6 +183,9 @@ public class SystemBackupAgent extends BackupAgentHelper {

    @Override
    public void onRestoreFinished() {
        // helper will be null following 'adb restore' or other full-data operation
        if (mWallpaperHelper != null) {
            mWallpaperHelper.onRestoreFinished();
        }
    }
}