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

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

Merge "Fix crash in logSmartSuggestionsVisible"

parents f2841e2c dfda1801
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -969,7 +969,7 @@ public class NotificationManagerService extends SystemService {
                            r.getNumSmartActionsAdded())
                    .addTaggedData(
                            MetricsEvent.NOTIFICATION_SMART_SUGGESTION_ASSISTANT_GENERATED,
                            r.getSuggestionsGeneratedByAssistant());
                            r.getSuggestionsGeneratedByAssistant() ? 1 : 0);
            mMetricsLogger.write(logMaker);
        }
    }