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

Commit d67e9702 authored by Chloris Kuo's avatar Chloris Kuo
Browse files

Rename Ranking.visuallyInterruptive to isTextChanged

Bug: 201087764
Test: manually tested on device
Change-Id: I28b416a4ab9cc74f985c7c7c5c72ca6f7e1b6065
parent 57919fbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -436,7 +436,7 @@ public class NotificationStation extends SettingsPreferenceFragment {
        }
        mRanking.getRanking(info.key, rank);
        info.alerted = rank.getLastAudiblyAlertedMillis() > 0;
        info.visuallyInterruptive = rank.visuallyInterruptive();
        info.visuallyInterruptive = rank.isTextChanged();
        info.channel = rank.getChannel();
        info.rankingExtra = generateRankingExtraText(info);
    }