Skip to content

Commit

Permalink
yet another bugfix
Browse files Browse the repository at this point in the history
app crashed as soon as a single color multislider view was opened due to
a duplicate variable declaration

Signed-off-by: Stefan Nussbaumer <st9fan@gmail.com>
  • Loading branch information
nuss committed Sep 3, 2019
1 parent acbf110 commit e071261
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public class VideOSCMultiSliderFragment extends VideOSCMSBaseFragment {
private final static String TAG = "MultiSliderFragment";
private VideOSCMultiSliderView mMSViewRight;
private VideOSCMultiSliderView mMSViewLeft;
public View mLabelsView;

// empty public constructor
public VideOSCMultiSliderFragment() {
Expand Down

0 comments on commit e071261

Please sign in to comment.