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

Commit 34a4b713 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 am: 11c07421

am: 614aaac0

* commit '614aaac0':
  Only invoke k/v helpers during k/v operations

Change-Id: I318dddba94150f7091623cf4778e0bf436d05613
parents 69657b21 614aaac0
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();
        }
    }
}