fix:跳转提示去房间的忽略提示规则
This commit is contained in:
@@ -49,6 +49,7 @@ class AllServiceGiftGoRoomTipsDialog(
|
|||||||
|
|
||||||
override fun onCreate(savedInstanceState: Bundle?) {
|
override fun onCreate(savedInstanceState: Bundle?) {
|
||||||
super.onCreate(savedInstanceState)
|
super.onCreate(savedInstanceState)
|
||||||
|
setCancelable(false)
|
||||||
requestWindowFeature(Window.FEATURE_NO_TITLE)
|
requestWindowFeature(Window.FEATURE_NO_TITLE)
|
||||||
val inflate =
|
val inflate =
|
||||||
LayoutInflater.from(context)
|
LayoutInflater.from(context)
|
||||||
@@ -75,6 +76,9 @@ class AllServiceGiftGoRoomTipsDialog(
|
|||||||
dismiss()
|
dismiss()
|
||||||
}
|
}
|
||||||
binding?.tvCancel?.singleClick {
|
binding?.tvCancel?.singleClick {
|
||||||
|
if (isCheck) {
|
||||||
|
ignoreTips()
|
||||||
|
}
|
||||||
dismiss()
|
dismiss()
|
||||||
}
|
}
|
||||||
updateCheckbox(false)
|
updateCheckbox(false)
|
||||||
|
@@ -31,8 +31,8 @@ COMPILE_SDK_VERSION=33
|
|||||||
MIN_SDK_VERSION=21
|
MIN_SDK_VERSION=21
|
||||||
TARGET_SDK_VERSION=33
|
TARGET_SDK_VERSION=33
|
||||||
|
|
||||||
version_name=2.1.1
|
version_name=2.2.0
|
||||||
version_code=2110
|
version_code=2200
|
||||||
|
|
||||||
#systemProp.https.proxyHost=127.0.0.1
|
#systemProp.https.proxyHost=127.0.0.1
|
||||||
#systemProp.https.proxyPort=7890
|
#systemProp.https.proxyPort=7890
|
Reference in New Issue
Block a user