Skip to content

Commit

Permalink
bug修复
Browse files Browse the repository at this point in the history
  • Loading branch information
XuQK committed Feb 1, 2020
1 parent acb2824 commit cb66772
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class DragPhotoViewHelper(
var currentPosition = 0
var srcView: ImageView? = null
set(value) {
if (!showing) {
if (showing) {
field = value
}
}
Expand Down

0 comments on commit cb66772

Please sign in to comment.