commit | 213dfabe3bb19b4cf7a5d09db40f57a9f020d58e | [log] [tgz] |
---|---|---|
author | Tony Wickham <twickham@google.com> | Thu Aug 01 16:01:28 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Aug 01 16:01:28 2019 -0700 |
tree | 04aa9b5dceab6313ebe4c06fcd8468461744b7b8 | |
parent | 9c6cfb4e04e0dc068834edf4c36cbda6b1c93b42 [diff] | |
parent | f489a7136510021515cb89479c018fc1981ccb7f [diff] |
Return mIconLastSetTextAlpha from TEXT_ALPHA property am: 8ed3b437b1 am: f489a71365 Change-Id: I255c795eef142699b97b46e46f61c4a054a93108
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 ae22506..8e064ae 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 @@ @Override public Integer get(PredictionRowView view) { - return view.mIconCurrentTextAlpha; + return view.mIconLastSetTextAlpha; } };