Skip to content

Commit

Permalink
wrapper整理
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengcheng committed Nov 24, 2020
1 parent bc2e05a commit 4d8c929
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class AWebViewWrapper {
private View mView;
//进度条颜色
private int mProgressColor;
//调起照片的进度条
//调起照片的弹框
private onPhotoDialogListener onPhotoDialogListener;


Expand All @@ -57,6 +57,7 @@ public AWebViewWrapper(Builder mBuilder) {
this.onTitleReceive = mBuilder.onTitleReceive;
this.mView = mBuilder.mView;
this.onPhotoDialogListener = mBuilder.photoDialogListener;
this.mProgressColor = mBuilder.mProgressColor;
init();
}

Expand Down

0 comments on commit 4d8c929

Please sign in to comment.