Skip to content

Commit

Permalink
Remove unnecessary call to super method (empty implementation for a…
Browse files Browse the repository at this point in the history
…ll extended classes)
  • Loading branch information
nickgros committed Oct 25, 2024
1 parent e825073 commit 65a1ab8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ protected void onUnload() {
detachNonReactChildElements();

destroyRoot();

super.onUnload();
}

/**
Expand Down

0 comments on commit 65a1ab8

Please sign in to comment.