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

Commit 157ae987 authored by Chris Tate's avatar Chris Tate Committed by Android (Google) Code Review
Browse files

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

parents 34a96e70 c9e584b4
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();
        }
    }
}