mirror of
https://github.com/fankes/ColorOSNotifyIcon.git
synced 2025-09-04 01:35:22 +08:00
Modify support ColorOS 13.1 notify panel alpha in MainActivity
This commit is contained in:
@@ -124,8 +124,8 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
|
||||
binding.notifyMediaPanelAutoExpSwitch.isVisible = false
|
||||
binding.notifyMediaPanelAutoExpText.isVisible = false
|
||||
}
|
||||
/** 通知面板背景透明度功能仅支持 ColorOS 12、12.1、13 */
|
||||
binding.notifyPanelConfigItem.isVisible = colorOSNumberVersion.let { it == "V12" || it == "V12.1" || it == "V13" }
|
||||
/** 通知面板背景透明度功能仅支持 ColorOS 12、12.1、13、13.1 */
|
||||
binding.notifyPanelConfigItem.isVisible = colorOSNumberVersion.let { it == "V12" || it == "V12.1" || it == "V13" || it == "V13.1" }
|
||||
binding.notifyIconAutoSyncText.text = ConfigData.notifyIconFixAutoTime
|
||||
binding.moduleEnableSwitch.bind(ConfigData.ENABLE_MODULE) {
|
||||
onInitialize {
|
||||
|
Reference in New Issue
Block a user