mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Adding holographic outline for paged items (sans widgets).
Fixing possible null ptr exception in Launcher. Change-Id: Ie625a6503299cf122e5c22852846d59e66f77414
This commit is contained in:
@@ -353,7 +353,7 @@ public class CustomizePagedView extends PagedView
|
||||
// if we can't find the icon, then just don't draw it
|
||||
}
|
||||
|
||||
drawable = new BitmapDrawable(resources, bitmap);
|
||||
drawable = new FastBitmapDrawable(bitmap);
|
||||
}
|
||||
drawable.setBounds(0, 0, drawable.getIntrinsicWidth(), drawable.getIntrinsicHeight());
|
||||
return drawable;
|
||||
|
||||
Reference in New Issue
Block a user