Skip to content

Commit

Permalink
ItemSelectionActivity.java javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimin15 committed Apr 27, 2024
1 parent 4faf04d commit 1e3de2d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ public class ItemSelectionActivity extends AppCompatActivity {
// Initialize Firestore database reference
private FirebaseFirestore db = FirebaseFirestore.getInstance();

/**
* Sets up the layout and initializes the ViewModel for handling item data.
*
* @param savedInstanceState If non-null, this activity is being re-constructed from a previous saved state
* as given here.
*/
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Expand Down

0 comments on commit 1e3de2d

Please sign in to comment.