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

Commit b786994d authored by Jan Althaus's avatar Jan Althaus Committed by android-build-merger
Browse files

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

am: e66c7ec8

Change-Id: I4cf3d0abcd503bcde3691484c6f452e72ba36570
parents 00d3a28a e66c7ec8
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());
            }
        }