Skip to content

Commit

Permalink
fixed issue bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JHM69 committed May 10, 2024
1 parent c47a0bd commit a9c4ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void onViewCreated(View view, @Nullable Bundle savedInstanceState) {
}
});

button.setOnClickListener(view12 -> mBottomSheetDialog.show());
button.setOnClickListener(view12 -> startPickImage());
}

private void setupAdapter(String tag) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
app:layout_constraintTop_toTopOf="parent">

<Spinner
android:id="@+id/spinner_class_level"
android:id="@+id/spinner_type"
android:layout_width="match_parent"
android:layout_height="50dp"
android:backgroundTint="#FFFFFF"
Expand Down

0 comments on commit a9c4ab2

Please sign in to comment.