Merge "Rename Ranking.visuallyInterruptive to isTextChanged"

This commit is contained in:
Chloris Kuo
2021-10-18 23:29:01 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}