fix:跳转提示去房间的忽略提示规则

This commit is contained in:
Max
2023-10-30 20:02:04 +08:00
parent 34a5571338
commit 588b96ec7b
2 changed files with 6 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ class AllServiceGiftGoRoomTipsDialog(
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setCancelable(false)
requestWindowFeature(Window.FEATURE_NO_TITLE)
val inflate =
LayoutInflater.from(context)
@@ -75,6 +76,9 @@ class AllServiceGiftGoRoomTipsDialog(
dismiss()
}
binding?.tvCancel?.singleClick {
if (isCheck) {
ignoreTips()
}
dismiss()
}
updateCheckbox(false)

View File

@@ -31,8 +31,8 @@ COMPILE_SDK_VERSION=33
MIN_SDK_VERSION=21
TARGET_SDK_VERSION=33
version_name=2.1.1
version_code=2110
version_name=2.2.0
version_code=2200
#systemProp.https.proxyHost=127.0.0.1
#systemProp.https.proxyPort=7890