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

Commit 11c07421 authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

Merge "Only invoke k/v helpers during k/v operations" into nyc-dev

am: 157ae987

* commit '157ae987':
  Only invoke k/v helpers during k/v operations

Change-Id: I802010298db254ffb659b68ec4ac2ac569741a5b
parents 504c2ada 157ae987
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();
        }
    }
}