mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Temporarily disabling holographic outlines until we resolve the various memory issues.
Change-Id: If23375fbb7148d0c0572ecde96507de5bdb670ae
This commit is contained in:
@@ -120,12 +120,14 @@ public class PagedViewWidget extends LinearLayout {
|
||||
}
|
||||
|
||||
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 applyFromAppWidgetProviderInfo(AppWidgetProviderInfo info,
|
||||
|
||||
Reference in New Issue
Block a user