Skip to content

Commit

Permalink
fix: do not clear ably client on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Sep 15, 2023
1 parent a38b026 commit 039d378
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions android/src/main/java/io/ably/lib/push/ActivationContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ public void onNewRegistrationToken(RegistrationToken.Type type, String token) {
public void reset() {
Log.v(TAG, "reset()");

ably = null;

getActivationStateMachine().reset();
activationStateMachine = null;

Expand Down

0 comments on commit 039d378

Please sign in to comment.