Rename Ranking.visuallyInterruptive to isTextChanged
Bug: 201087764 Test: manually tested on device Change-Id: I28b416a4ab9cc74f985c7c7c5c72ca6f7e1b6065
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user