Fix removing listener
This commit is contained in:
parent
631b008a78
commit
cba0c167aa
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ public class OsmEditsFragment extends OsmAndListFragment
|
|||
|
||||
@Override
|
||||
public void onDestroyView() {
|
||||
plugin.getPoiModificationLocalUtil().removeNodeCommittedListener(null);
|
||||
plugin.getPoiModificationLocalUtil().removeNodeCommittedListener(this);
|
||||
super.onDestroyView();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue