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

Commit b03b6a6c authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am 6dea8de7: Merge "Actually tell the widget service that restore is starting" into lmp-dev

* commit '6dea8de7':
  Actually tell the widget service that restore is starting
parents f9122232 6dea8de7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -7048,6 +7048,11 @@ if (MORE_DEBUG) Slog.v(TAG, " + got " + nRead + "; now wanting " + (size - soF
        private  void startRestore() {
            sendStartRestore(mAcceptSet.size());

            // If we're starting a full-system restore, set up to begin widget ID remapping
            if (mIsSystemRestore) {
                AppWidgetBackupBridge.restoreStarting(UserHandle.USER_OWNER);
            }

            try {
                String transportDir = mTransport.transportDirName();
                mStateDir = new File(mBaseStateDir, transportDir);