Commit 2532cb32 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

watchdog timer fix

parent a981a528
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -195,15 +195,11 @@ class MeepContainer extends Component {
      this.startExecPageRefresh();
      this.startReplayStatusRefresh();
    }
    if (this.props.signInStatus === STATUS_SIGNED_IN) {
      this.startSessionKeepaliveTimer();
    }
  }
  stopTimers() {
    this.stopReplayStatusRefresh();
    this.stopExecPageRefresh();
    this.stopPlatformRefresh();
    this.stopSessionKeepaliveTimer();
  }

  // Platform refresh