DavidPizarro / AutoLabelUI

Android library to place labels next to another. If there is not enough space for the next label, it will be added in a new line.
Apache License 2.0
637 stars 107 forks source link

OnRemoveLabelListener's onRemoveLabel wrong signature #14

Open MarcinOrlowski opened 8 years ago

MarcinOrlowski commented 8 years ago

Seems OnRemoveLabelListener's onRemoveLabel signature is incorrect. Instead of

onRemoveLabel(View view, int position);

it should be rather

onRemoveLabel(Label removedLabel, int position);