Fix Lint error 2

This commit is contained in:
Michael Mikovsky
2025-03-01 00:00:44 -07:00
parent 7d41a5e5a9
commit 554cad2abd
2 changed files with 2 additions and 2 deletions
@@ -94,7 +94,7 @@ public class CustomSpinnerView extends LinearLayout {
ll.addView(popup);
popup.setLayoutDirection(0);
// popup.setLayoutDirection(0);
builder.setView(sv);
AlertDialog dialog = builder.create();
@@ -270,7 +270,7 @@ public class EventFragment extends Fragment {
teamNums.add(String.valueOf(event.teams.get(i).teamNumber));
ScrollView sv = new ScrollView(getContext());
sv.setLayoutDirection(ScrollView.SCROLL_AXIS_VERTICAL);
// sv.setLayoutDirection(ScrollView.SCROLL_AXIS_VERTICAL);
LinearLayout ll = new LinearLayout(getContext());
ll.setOrientation(LinearLayout.VERTICAL);