You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privatevalMediaDataClass by lazyClassOrNull("${PackageName.SYSTEMUI}.media.MediaData")
118
+
119
+
/** 原生存在的类 */
120
+
privatevalViewConfigCoordinatorClass by lazyClassOrNull("${PackageName.SYSTEMUI}.statusbar.notification.collection.coordinator.ViewConfigCoordinator")
118
121
119
122
/** 原生存在的类 - 旧版本不存在 */
120
123
privatevalLegacyNotificationIconAreaControllerImpl by lazyClassOrNull("${PackageName.SYSTEMUI}.statusbar.phone.LegacyNotificationIconAreaControllerImpl")
privatevalOplusNotificationGroupTemplateWrapperClass by lazyClassOrNull("com.oplus.systemui.notification.row.oplusgroup.OplusNotificationGroupTemplateWrapper")
145
-
148
+
146
149
/** 根据多个版本存在不同的包名相同的类 */
147
150
privatevalOplusNotificationIconAreaControllerClass by lazyClass(
0 commit comments