From 8ed3b437b1bafae2e7561cb645d04fc29bae401a Mon Sep 17 00:00:00 2001 From: Tony Wickham Date: Thu, 1 Aug 2019 15:18:08 -0700 Subject: [PATCH] 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 --- .../com/android/launcher3/appprediction/PredictionRowView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionRowView.java b/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionRowView.java index b406bec829..0c7ba9c95d 100644 --- a/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionRowView.java +++ b/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionRowView.java @@ -80,7 +80,7 @@ public class PredictionRowView extends LinearLayout implements @Override public Integer get(PredictionRowView view) { - return view.mIconCurrentTextAlpha; + return view.mIconLastSetTextAlpha; } };