summaryrefslogtreecommitdiffstats
path: root/quickstep
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2019-08-01 16:01:28 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-01 16:01:28 -0700
commit213dfabe3bb19b4cf7a5d09db40f57a9f020d58e (patch)
tree04aa9b5dceab6313ebe4c06fcd8468461744b7b8 /quickstep
parent9c6cfb4e04e0dc068834edf4c36cbda6b1c93b42 (diff)
parentf489a7136510021515cb89479c018fc1981ccb7f (diff)
downloadandroid_packages_apps_Trebuchet-213dfabe3bb19b4cf7a5d09db40f57a9f020d58e.tar.gz
android_packages_apps_Trebuchet-213dfabe3bb19b4cf7a5d09db40f57a9f020d58e.tar.bz2
android_packages_apps_Trebuchet-213dfabe3bb19b4cf7a5d09db40f57a9f020d58e.zip
Return mIconLastSetTextAlpha from TEXT_ALPHA property am: 8ed3b437b1
am: f489a71365 Change-Id: I255c795eef142699b97b46e46f61c4a054a93108
Diffstat (limited to 'quickstep')
-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 ae2250679..8e064aee8 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;
}
};