* commit '1a70a5124fb1041e71fc631c8fab90a86daea546': Fixing NPE in onFinishBindingItems (issue 10975740)
This commit is contained in:
@@ -915,7 +915,7 @@ public class Launcher extends Activity
|
||||
}
|
||||
|
||||
protected void onFinishBindingItems() {
|
||||
if (hasCustomContentToLeft() && mWorkspace.hasCustomContent()) {
|
||||
if (mWorkspace != null && hasCustomContentToLeft() && mWorkspace.hasCustomContent()) {
|
||||
addCustomContentToLeft();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user