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

Commit 8d4e1b76 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix bundle lockscreen crash" into main

parents 385d2095 3d542bf0
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
            }