Return mIconLastSetTextAlpha from TEXT_ALPHA property

This was supposed to go in the last CL but I forgot to commit...

Bug: 132455160
Change-Id: Ieb66b1f256d7b14c84bbd4d10af1aa8b073d5ac3
This commit is contained in:
Tony Wickham
2019-08-01 15:18:08 -07:00
parent f20a7d252c
commit 8ed3b437b1

View File

@@ -80,7 +80,7 @@ public class PredictionRowView extends LinearLayout implements
@Override
public Integer get(PredictionRowView view) {
return view.mIconCurrentTextAlpha;
return view.mIconLastSetTextAlpha;
}
};