summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2019-08-01 15:18:08 -0700
committerTony Wickham <twickham@google.com>2019-08-01 15:20:03 -0700
commit8ed3b437b1bafae2e7561cb645d04fc29bae401a (patch)
tree7edf7afd166a5588b4865690651898ff174aac10
parentf20a7d252c927cc5eb3096495502131eec2dc5af (diff)
downloadandroid_packages_apps_Trebuchet-8ed3b437b1bafae2e7561cb645d04fc29bae401a.tar.gz
android_packages_apps_Trebuchet-8ed3b437b1bafae2e7561cb645d04fc29bae401a.tar.bz2
android_packages_apps_Trebuchet-8ed3b437b1bafae2e7561cb645d04fc29bae401a.zip
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
-rw-r--r--quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionRowView.java2
1 files changed, 1 insertions, 1 deletions
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 b406bec82..0c7ba9c95 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;
}
};