Closedown

This commit is contained in:
x03daop
2016-12-22 15:52:41 +01:00
parent b05ae21305
commit 1c18b78ebb
7 changed files with 14 additions and 14 deletions

View File

@@ -40,13 +40,13 @@ public class PhotonEnergy extends Panel {
@Override
public void onStart() {
super.onStart();
getController().addScanListener(scanListener);
getContext().addScanListener(scanListener);
}
@Override
public void onStop() {
super.onStop();
getController().removeScanListener(scanListener);
getContext().removeScanListener(scanListener);
}
@Override