Rename Ranking.visuallyInterruptive to isTextChanged

Bug: 201087764
Test: manually tested on device
Change-Id: I28b416a4ab9cc74f985c7c7c5c72ca6f7e1b6065
This commit is contained in:
Chloris Kuo
2021-10-18 12:37:55 -07:00
parent 57919fbcfb
commit d67e970290

View File

@@ -436,7 +436,7 @@ public class NotificationStation extends SettingsPreferenceFragment {
} }
mRanking.getRanking(info.key, rank); mRanking.getRanking(info.key, rank);
info.alerted = rank.getLastAudiblyAlertedMillis() > 0; info.alerted = rank.getLastAudiblyAlertedMillis() > 0;
info.visuallyInterruptive = rank.visuallyInterruptive(); info.visuallyInterruptive = rank.isTextChanged();
info.channel = rank.getChannel(); info.channel = rank.getChannel();
info.rankingExtra = generateRankingExtraText(info); info.rankingExtra = generateRankingExtraText(info);
} }