Skip to content

Commit 3cd211c

Browse files
committed
更改sleep时间
1 parent 67e6025 commit 3cd211c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

photoviewer/src/main/java/com/wanglu/photoviewerlibrary/PhotoViewerFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class PhotoViewerFragment : BaseLazyFragment() {
4747
}
4848
break
4949
}
50-
Thread.sleep(100)
50+
Thread.sleep(300)
5151
}
5252
}).start()
5353

0 commit comments

Comments
 (0)