Skip to content

Commit

Permalink
added ballet hobby
Browse files Browse the repository at this point in the history
  • Loading branch information
hettysymes committed Jun 19, 2023
1 parent e83fe04 commit 358bb3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/example/drp25/InterestActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class InterestActivity : AppCompatActivity() {
"Astronomy" to listOf(HobbyCategory.ACADEMIC_RELATED),
"Badminton" to listOf(HobbyCategory.SPORTS, HobbyCategory.INDOOR),
"Baking" to listOf(HobbyCategory.ARTS_ENTERTAINMENT),
"Ballet" to listOf(HobbyCategory.ARTS_ENTERTAINMENT),
"Baseball and Softball" to listOf(HobbyCategory.SPORTS, HobbyCategory.OUTDOOR),
"Basketball" to listOf(HobbyCategory.SPORTS, HobbyCategory.OUTDOOR),
"Bridge" to listOf(HobbyCategory.SOCIAL),
Expand Down

0 comments on commit 358bb3c

Please sign in to comment.