Skip to content

Commit

Permalink
fix: remove dup call auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Dec 2, 2022
1 parent 067dbb5 commit af577c7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ public void notifyDownload(final String id, final int percent) {
}
final Application application = (Application) this.getContext().getApplicationContext();
application.registerActivityLifecycleCallbacks(this);
this.onActivityStarted(this.getActivity());
this._checkCancelDelay(true);
}

Expand Down

0 comments on commit af577c7

Please sign in to comment.