Return mIconLastSetTextAlpha from TEXT_ALPHA property am: 8ed3b437b1

am: f489a71365

Change-Id: I255c795eef142699b97b46e46f61c4a054a93108
This commit is contained in:
Tony Wickham
2019-08-01 16:01:28 -07:00
committed by android-build-merger
@@ -80,7 +80,7 @@ public class PredictionRowView extends LinearLayout implements
@Override
public Integer get(PredictionRowView view) {
return view.mIconCurrentTextAlpha;
return view.mIconLastSetTextAlpha;
}
};