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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user