Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
call super.dispose in Pca301SensorHandler dispose. (#4215)
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Bier <volker.bier@web.de>
  • Loading branch information
vbier authored and cweitkamp committed Nov 18, 2018
1 parent e681aec commit 53a32b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public void initialize() {

@Override
public void dispose() {
super.dispose();
cancelRetry();
}

Expand Down

0 comments on commit 53a32b2

Please sign in to comment.