mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Refresh thumbnail splash when task icon changes.
This is usually a result of TaskIconCache updating in the background. Fix: 267744363 Test: manual. Change-Id: I83620f3774def7ffb07906a6d45b64e9aad6de71
This commit is contained in:
@@ -1184,6 +1184,10 @@ public class TaskView extends FrameLayout implements Reusable {
|
||||
mSnapshotView.setSplashAlpha(mTaskThumbnailSplashAlpha);
|
||||
}
|
||||
|
||||
protected void refreshTaskThumbnailSplash() {
|
||||
mSnapshotView.refreshSplashView();
|
||||
}
|
||||
|
||||
private void setSplitSelectTranslationX(float x) {
|
||||
mSplitSelectTranslationX = x;
|
||||
applyTranslationX();
|
||||
|
||||
Reference in New Issue
Block a user