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

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

Merge "Always send Adjustment for importance" into qt-dev

parents 815397ad 8cccf29f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -272,6 +272,9 @@ public class Assistant extends NotificationAssistantService {
                final int importance = entry.getImportance() < IMPORTANCE_LOW
                        ? entry.getImportance() : IMPORTANCE_LOW;
                signals.putInt(KEY_IMPORTANCE, importance);
            } else {
                // Even if no change is made, send an identity adjustment for metric logging.
                signals.putInt(KEY_IMPORTANCE, entry.getImportance());
            }
        }