Skip to content

Commit

Permalink
Patch binding bugs (firebase#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwambura authored Dec 7, 2020
1 parent 0efda29 commit e1606c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class FilterDialogFragment : DialogFragment() {
}

fun resetFilters() {
binding.let {
_binding?.let {
it.spinnerCategory.setSelection(0)
it.spinnerCity.setSelection(0)
it.spinnerPrice.setSelection(0)
Expand Down
1 change: 0 additions & 1 deletion firestore/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
<item>Ramen</item>
<item>Sushi</item>
</string-array>
ite

<!-- 50 most populous cities in the US -->
<string-array name="cities">
Expand Down

0 comments on commit e1606c0

Please sign in to comment.