Skip to content

Commit

Permalink
日常提交:2022-09-26.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpf committed Sep 26, 2022
1 parent 40062b4 commit 21a8c80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ open class QuickBottomSheetDialogFragment @JvmOverloads constructor(
mScreenHeight = size.y
}

fun initView(view: View?) {}
open fun initView(view: View?) {}

override fun getWindow(): Window? {
return dialog?.window
Expand All @@ -96,7 +96,7 @@ open class QuickBottomSheetDialogFragment @JvmOverloads constructor(
protected var mNewHeight = DialogSize.NO_SET

override fun getContext(): Context {
TODO("Not yet implemented")
return mContext!!
}

/**
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android.nonTransitiveRClass=true
IS_REMOTE=true
IS_ONLY_PLUGIN=false
GROUP=com.wpf.app.quick
VERSION_NAME=0.3.0
VERSION_NAME=0.2.19

POM_DESCRIPTION=Quick Android.

Expand Down

0 comments on commit 21a8c80

Please sign in to comment.