mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Fix 2304151 - crash while installing apps
It was happening if you had previously uninstalled an app.
This commit is contained in:
@@ -1149,7 +1149,7 @@ public class AllAppsView extends RSSurfaceView
|
||||
int[] labelIds = new int[count];
|
||||
mAllocLabelIds = Allocation.createSized(mRS, Element.USER_I32(mRS), count);
|
||||
|
||||
final int oldCount = mIcons.length;
|
||||
final int oldCount = mRollo.mState.iconCount;
|
||||
|
||||
System.arraycopy(mIcons, 0, icons, 0, oldCount);
|
||||
System.arraycopy(mIconIds, 0, iconIds, 0, oldCount);
|
||||
|
||||
Reference in New Issue
Block a user