Skip to content

Commit

Permalink
Merge pull request dotintent#727 from eliaslecomte/feature/onCatalyst…
Browse files Browse the repository at this point in the history
…InstanceDestroy-bug

Remove destroying of client upon catalystInstanceDestroy.
  • Loading branch information
Cierpliwy authored Nov 19, 2020
2 parents 1ee7693 + b3cf0ba commit 39b4f00
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ public void destroyClient() {
bleAdapter = null;
}

@Override
public void onCatalystInstanceDestroy() {
super.onCatalystInstanceDestroy();
destroyClient();
}

// Mark: Common --------------------------------------------------------------------------------

@ReactMethod
Expand Down

0 comments on commit 39b4f00

Please sign in to comment.