Skip to content

Commit

Permalink
https://github.com/fesch/CanZE/issues/247
Browse files Browse the repository at this point in the history
- removed clearFields() again
  • Loading branch information
Robert Fisch authored and Robert Fisch committed Dec 4, 2015
1 parent 0dff465 commit 741707d
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ protected void onDestroy() {
field.removeListener(this);
}
subscribedFields.clear();
MainActivity.device.clearFields();
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ protected void onDestroy() {
field.removeListener(this);
}
subscribedFields.clear();
MainActivity.device.clearFields();
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ protected void onDestroy() {
field.removeListener(this);
}
subscribedFields.clear();
MainActivity.device.clearFields();
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ protected void onDestroy() {
field.removeListener(this);
}
subscribedFields.clear();
MainActivity.device.clearFields();
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ protected void onDestroy() {
field.removeListener(this);
}
subscribedFields.clear();
MainActivity.device.clearFields();
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ protected void onDestroy() {
field.removeListener(this);
}
subscribedFields.clear();
MainActivity.device.clearFields();
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ protected void onDestroy() {
field.removeListener(this);
}
subscribedFields.clear();
MainActivity.device.clearFields();
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ protected void onDestroy() {
field.removeListener(this);
}
subscribedFields.clear();
MainActivity.device.clearFields();
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ protected void onDestroy() {
field.removeListener(this);
}
subscribedFields.clear();
MainActivity.device.clearFields();
}

@Override
Expand Down

0 comments on commit 741707d

Please sign in to comment.