Skip to content

Commit

Permalink
removing the redundant .destroy() call first.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsligh committed Jan 30, 2024
1 parent 94adfba commit 60d7438
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ public void destroy() {
new DestroyNetworkTaskAsyncTask().execute(networkTask);
} else {
networkTask.cancel(true);
networkTask.destroy();
}
}
networkTask = null;
Expand Down

0 comments on commit 60d7438

Please sign in to comment.