Commit 782f6304 authored by 王雷's avatar 王雷

widlib去掉默认值

parent aec53e45
...@@ -49,7 +49,7 @@ repositories { ...@@ -49,7 +49,7 @@ repositories {
group 'com.qmai.android.sdk' group 'com.qmai.android.sdk'
version '1.1.34-SNAPSHOT' version '1.1.35-SNAPSHOT'
gradlePublish { gradlePublish {
......
...@@ -56,7 +56,7 @@ abstract class AbsQMBasePopup(open var context: Context) { ...@@ -56,7 +56,7 @@ abstract class AbsQMBasePopup(open var context: Context) {
mWindow.setBackgroundDrawable(config().mBackground) mWindow.setBackgroundDrawable(config().mBackground)
} }
mWindow.isTouchable = true // mWindow.isTouchable = true
mWindow.isFocusable = config().isOutsideTouchable mWindow.isFocusable = config().isOutsideTouchable
mWindow.isOutsideTouchable = config().isOutsideTouchable mWindow.isOutsideTouchable = config().isOutsideTouchable
......
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