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

Commit 65ea7119 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "NotificationReported.assistant_ranking_score." into rvc-dev am: 50d27e31

Change-Id: Icf687575987676ac24032913a558f3f6a90284db
parents 77867ec3 50d27e31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ public class NotificationRecordLoggerImpl implements NotificationRecordLogger {
                /* android.stats.sysui.NotificationImportance importance_asst = 19 */
                r.getAssistantImportance(),
                /* int32 assistant_hash = 20 */ p.getAssistantHash(),
                /* float assistant_ranking_score = 21 */ 0 // TODO connect up ranking score
                /* float assistant_ranking_score = 21 */ r.getRankingScore()
        );
    }