mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
Maybe this will silence http://b/2460740
This commit is contained in:
@@ -1265,7 +1265,8 @@ public class AllAppsView extends RSSurfaceView
|
||||
* Send the apps list structures to RS.
|
||||
*/
|
||||
private void saveAppsList() {
|
||||
if (mScript != null) { // this happens when we init it
|
||||
// WTF: how could mScript be not null but mAllocIconIds null b/2460740.
|
||||
if (mScript != null && mAllocIconIds != null) {
|
||||
mRS.contextBindRootScript(null);
|
||||
|
||||
mAllocIconIds.data(mIconIds);
|
||||
|
||||
Reference in New Issue
Block a user