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

Commit 33d2f10d 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: 8521feb3

* commit '8521feb3':
  Only invoke k/v helpers during k/v operations

Change-Id: I217ddf96f43641adc653ab4368bd5749604468e3
parents 60bca8c6 8521feb3
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();
        }
    }
}