Merge "Framework: Remove a nonsensical substring(0)" am: 98627fa455
am: 67dffedd92
Change-Id: Ibdac1bdc69d8f02823343b0d39b690de51da6802
This commit is contained in:
@@ -400,7 +400,7 @@ public class AppWidgetProviderInfo implements Parcelable {
|
|||||||
that.initialLayout = this.initialLayout;
|
that.initialLayout = this.initialLayout;
|
||||||
that.initialKeyguardLayout = this.initialKeyguardLayout;
|
that.initialKeyguardLayout = this.initialKeyguardLayout;
|
||||||
that.configure = this.configure == null ? null : this.configure.clone();
|
that.configure = this.configure == null ? null : this.configure.clone();
|
||||||
that.label = this.label == null ? null : this.label.substring(0);
|
that.label = this.label;
|
||||||
that.icon = this.icon;
|
that.icon = this.icon;
|
||||||
that.previewImage = this.previewImage;
|
that.previewImage = this.previewImage;
|
||||||
that.autoAdvanceViewId = this.autoAdvanceViewId;
|
that.autoAdvanceViewId = this.autoAdvanceViewId;
|
||||||
|
|||||||
Reference in New Issue
Block a user