java.util.ConcurrentModificationException in View.setVisibility

前端 未结 3 1140
故里飘歌
故里飘歌 2020-12-05 07:33

I\'m implementing drag\'n\'drop for views. When drag is started, I set visibility of the view to INVISIBLE, then, if the drag was interrupted - back to VI

3条回答
  •  旧巷少年郎
    2020-12-05 07:59

    Maybe this can help. here in the given link says: instead of DragEvent.ACTION_DRAG_ENDED use DragEvent.ACTION_DROP.

提交回复
热议问题