Rename Ranking.visuallyInterruptive to isTextChanged am: d67e970290

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16077136

Change-Id: Ib09cb44ad4d5508025a4c655691a3d5faef7180f
This commit is contained in:
Chloris Kuo
2021-10-19 01:30:09 +00:00
committed by Automerger Merge Worker

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