mirror of
https://github.com/fankes/ColorOSNotifyIcon.git
synced 2025-09-04 09:45:34 +08:00
Fix VariousClass's names misspelling problem in SystemUIHooker
This commit is contained in:
@@ -141,7 +141,7 @@ object SystemUIHooker : YukiBaseHooker() {
|
|||||||
/** 根据多个版本存在不同的包名相同的类 */
|
/** 根据多个版本存在不同的包名相同的类 */
|
||||||
private val RoundRectDrawableUtil_CompanionClass = VariousClass(
|
private val RoundRectDrawableUtil_CompanionClass = VariousClass(
|
||||||
"com.oplusos.systemui.notification.util.RoundRectDrawableUtil\$Companion",
|
"com.oplusos.systemui.notification.util.RoundRectDrawableUtil\$Companion",
|
||||||
"com.oplusos.systemui.notification.util.RoundRectDrawableUtil\$Companion"
|
"com.coloros.systemui.notification.util.RoundRectDrawableUtil\$Companion"
|
||||||
)
|
)
|
||||||
|
|
||||||
/** 根据多个版本存在不同的包名相同的类 */
|
/** 根据多个版本存在不同的包名相同的类 */
|
||||||
|
Reference in New Issue
Block a user