Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
remove old method
Browse files Browse the repository at this point in the history
  • Loading branch information
geof90 committed Jun 28, 2016
1 parent b9824b9 commit c7fa9ac
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,15 +461,6 @@ public void restartApp(boolean onlyIfUpdateIsPending, Promise promise) {
promise.resolve(false);
}

@ReactMethod
public void restartApp(boolean onlyIfUpdateIsPending) {
// If this is an unconditional restart request, or there
// is current pending update, then reload the app.
if (!onlyIfUpdateIsPending || mSettingsManager.isPendingUpdate(null)) {
loadBundle();
}
}

@ReactMethod
public void saveStatusReportForRetry(ReadableMap statusReport) {
mTelemetryManager.saveStatusReportForRetry(statusReport);
Expand Down

0 comments on commit c7fa9ac

Please sign in to comment.