Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d542bf0 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Fix bundle lockscreen crash

Test: manual
Flag: com.android.systemui.notification_bundle_ui
Fixes: 422277463
Change-Id: I5083c883e0b7c7174215a3f301c038c547653dac
parent 83e70fac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -572,7 +572,7 @@ constructor(
            // and children backgrounds / divider animations will look correct.
            expandView.isGroupExpansionChanging = true
            if (NotificationBundleUi.isEnabled) {
                userId = expandView.entryAdapter?.sbn?.userId!!
                expandView.entryAdapter.sbn?.userId?.let { userId = it }
            } else {
                userId = expandView.entryLegacy.sbn.userId
            }