Commit 1a1aa7f5 authored by 王雷's avatar 王雷

emmit

parent 782f6304
...@@ -49,7 +49,7 @@ repositories { ...@@ -49,7 +49,7 @@ repositories {
group 'com.qmai.android.sdk' group 'com.qmai.android.sdk'
version '1.1.35-SNAPSHOT' version '1.1.36-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