Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c658edc authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Framework: Remove a nonsensical substring(0)" am: 98627fa4 am: 67dffedd

am: cf42e434

Change-Id: I22e7186b99278a907c68cfc03618ed05e769a045
parents d13bf5d1 cf42e434
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -400,7 +400,7 @@ public class AppWidgetProviderInfo implements Parcelable {
        that.initialLayout = this.initialLayout;
        that.initialKeyguardLayout = this.initialKeyguardLayout;
        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.previewImage = this.previewImage;
        that.autoAdvanceViewId = this.autoAdvanceViewId;