Merge "Update language to comply with Android's inclusive language guidance"

This commit is contained in:
Treehugger Robot
2020-07-29 02:27:29 +00:00
committed by Gerrit Code Review

View File

@@ -265,7 +265,7 @@ public class HeadsUpManagerPhone extends HeadsUpManager implements Dumpable,
/** /**
* Set that we are exiting the headsUp pinned mode, but some notifications might still be * Set that we are exiting the headsUp pinned mode, but some notifications might still be
* animating out. This is used to keep the touchable regions in a sane state. * animating out. This is used to keep the touchable regions in a reasonable state.
*/ */
public void setHeadsUpGoingAway(boolean headsUpGoingAway) { public void setHeadsUpGoingAway(boolean headsUpGoingAway) {
if (headsUpGoingAway != mHeadsUpGoingAway) { if (headsUpGoingAway != mHeadsUpGoingAway) {