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

Commit d3243f7c authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Merge cherrypicks of [7195884] into qt-release

Change-Id: I1f31864f532780c2081e6f9405396395226d7cc9
parents 72200e80 a0ebabe3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ public class Assistant extends NotificationAssistantService {
        }
        mSingleThreadExecutor.submit(() -> {
            NotificationEntry entry =
                    new NotificationEntry(mPackageManager, sbn.cloneLight(), channel, mSmsHelper);
                    new NotificationEntry(mPackageManager, sbn, channel, mSmsHelper);
            SmartActionsHelper.SmartSuggestions suggestions = mSmartActionsHelper.suggest(entry);
            if (DEBUG) {
                Log.d(TAG, String.format(
@@ -296,7 +296,7 @@ public class Assistant extends NotificationAssistantService {
            Ranking ranking = getRanking(sbn.getKey(), rankingMap);
            if (ranking != null && ranking.getChannel() != null) {
                NotificationEntry entry = new NotificationEntry(mPackageManager,
                        sbn.cloneLight(), ranking.getChannel(), mSmsHelper);
                        sbn, ranking.getChannel(), mSmsHelper);
                String key = getKey(
                        sbn.getPackageName(), sbn.getUserId(), ranking.getChannel().getId());
                ChannelImpressions ci = mkeyToImpressions.getOrDefault(key,