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

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

Merge "Don't let `ActiveNotificationModel.appName` be null" into main

parents 0d04a607 ac332480
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ private class ActiveNotificationsStoreBuilder(
            statusBarChipIconView = icons.statusBarChipIcon,
            uid = sbn.uid,
            packageName = sbn.packageName,
            appName = sbn.notification.loadHeaderAppName(context),
            appName = sbn.notification.loadHeaderAppName(context) ?: "",
            contentIntent = sbn.notification.contentIntent,
            instanceId = sbn.instanceId,
            isGroupSummary = sbn.notification.isGroupSummary,