Rewire mIsBlurSupported for row transparency rendering
ActivatableNotificationView has 2 children, ExpandableNotificationRow and NotificationShelf. NotificationShelf has the ViewBinder, ViewModel structure while ExpandableNotificationRow doesn't. Previously the signal only piped into NotificationShelf through ActivatableNotificationViewBinder. This change moves it to NotificationShelfViewBinder instead, while adding a collectFlow call to ExpandableNotificationRowController. Since those expandable notifications are in a list, I don't imagine a refactor to binder structure would be easy, so beyond the scope of this change Bug: 388891313 Test: manual Flag: com.android.systemui.notification_row_transparency Change-Id: Ib049b9ae82a4d9733afb235283c075749cde05a6
Loading
Please register or sign in to comment