Commit aec53e45 authored by 王雷's avatar 王雷

widgetlib 库popuwindiw open touchOutside、

parent 003a1bd3
...@@ -49,7 +49,7 @@ repositories { ...@@ -49,7 +49,7 @@ repositories {
group 'com.qmai.android.sdk' group 'com.qmai.android.sdk'
version '1.1.33-SNAPSHOT' version '1.1.34-SNAPSHOT'
gradlePublish { gradlePublish {
......
...@@ -28,7 +28,7 @@ abstract class AbsQMBasePopup(open var context: Context) { ...@@ -28,7 +28,7 @@ abstract class AbsQMBasePopup(open var context: Context) {
abstract fun config(): WindowConfig abstract fun config(): WindowConfig
var touchOutside = false open var touchOutside = false
set(value) { set(value) {
field = value field = value
mWindow.isOutsideTouchable = value mWindow.isOutsideTouchable = value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment