Skip to content

Commit

Permalink
임시 해결을 위해 뷰 제거시 feature null 세팅 제거(#63, #68)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadFlask committed Mar 7, 2021
1 parent 69511af commit e11a9d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public void addToMap(RNNaverMapView map) {

public void removeFromMap() {
feature.setMap(null);
feature = null;
//feature = null;
}

public T getFeature() {
Expand Down

0 comments on commit e11a9d8

Please sign in to comment.