Skip to content

Commit 691a324

Browse files
committed
修改了一个空指针的问题
1 parent 63fa38c commit 691a324

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PhotoViewer
9090

9191
## 更新日志
9292

93-
### 0.41
93+
### 0.42
9494

9595
增加了指示器样式的选择,`setIndicatorType(PhotoViewer.INDICATOR_TYPE_DOT/INDICATOR_TYPE_TEXT)`
9696

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ object PhotoViewer {
305305
*/
306306
if (mFrameLayout != null) {
307307
mFrameLayout!!.removeAllViews()
308-
mFrameLayout = null
309308
}
310309
if (mDotGroup != null) {
311310
mDotGroup!!.removeAllViews()

0 commit comments

Comments
 (0)