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

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

am 87ed42d0: Merge "Don\'t spuriously time out restore sessions" into honeycomb-mr1

* commit '87ed42d0':
  Don't spuriously time out restore sessions
parents d8b243fe 87ed42d0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -379,6 +379,10 @@ class BackupManagerService extends IBackupManager.Stub {
                        }
                    }

                    // Done: reset the session timeout clock
                    removeMessages(MSG_RESTORE_TIMEOUT);
                    sendEmptyMessageDelayed(MSG_RESTORE_TIMEOUT, TIMEOUT_RESTORE_INTERVAL);

                    mWakelock.release();
                }
                break;