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

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

Merge "Remove side effects of contact affinity."

parents 512ebfe3 8a7e4ac7
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -662,10 +662,6 @@ public final class NotificationRecord {

    public void setContactAffinity(float contactAffinity) {
        mContactAffinity = contactAffinity;
        if (mImportance < IMPORTANCE_DEFAULT &&
                mContactAffinity > ValidateNotificationPeople.VALID_CONTACT) {
            setSystemImportance(IMPORTANCE_DEFAULT);
        }
    }

    public float getContactAffinity() {
+68 −57

File changed.

Preview size limit exceeded, changes collapsed.