Skip to content

Commit 9a82059

Browse files
committed
Move states assignment back to original line
1 parent 648bdc3 commit 9a82059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base/src/main/java/com/smartdevicelink/managers/screen/SoftButtonObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ public SoftButtonObject(@NonNull String name, @NonNull List<SoftButtonState> sta
8383
}
8484

8585
this.name = name;
86+
this.states = states;
8687
this.currentStateName = initialStateName;
8788
this.buttonId = SOFT_BUTTON_ID_NOT_SET_VALUE;
8889
this.onEventListener = onEventListener;
89-
this.states = states;
9090
}
9191

9292
/**

0 commit comments

Comments
 (0)