mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Temporarily disabling holographic outlines until we resolve the various memory issues.
Change-Id: If23375fbb7148d0c0572ecde96507de5bdb670ae
This commit is contained in:
@@ -122,12 +122,14 @@ public class PagedViewIcon extends CacheableTextView implements Checkable {
|
||||
}
|
||||
|
||||
private void queueHolographicOutlineCreation() {
|
||||
/* Temporarily disabling holographic outline creation.
|
||||
// Generate the outline in the background
|
||||
if (mHolographicOutline == null) {
|
||||
Message m = sWorker.obtainMessage(MESSAGE_CREATE_HOLOGRAPHIC_OUTLINE);
|
||||
m.obj = this;
|
||||
sWorker.sendMessage(m);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
public void applyFromApplicationInfo(ApplicationInfo info, PagedViewIconCache cache,
|
||||
|
||||
Reference in New Issue
Block a user