Merge "Fix incorrect PreloadIconDrawable initialization." into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7889887b56
@@ -142,7 +142,7 @@ public class PreloadIconDrawable extends FastBitmapDrawable {
|
||||
mSystemBackgroundColor = preloadColors[PRELOAD_BACKGROUND_COLOR_INDEX];
|
||||
mIsDarkMode = isDarkMode;
|
||||
|
||||
setInternalProgress(info.getProgressLevel());
|
||||
setLevel(info.getProgressLevel());
|
||||
setIsStartable(info.isAppStartable());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user