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

Commit 40294980 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Always send Adjustment for importance" into qt-dev am: 37f27b53 am: e66c7ec8"

parents b20cf04b b786994d
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());
            }
        }