Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ed3b437 authored by Tony Wickham's avatar Tony Wickham
Browse files

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
parent f20a7d25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ public class PredictionRowView extends LinearLayout implements

                @Override
                public Integer get(PredictionRowView view) {
                    return view.mIconCurrentTextAlpha;
                    return view.mIconLastSetTextAlpha;
                }
            };