Skip to content

Commit

Permalink
[chore] #218 ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunniiii committed Feb 5, 2024
1 parent ec2f607 commit 7ce74e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ class FilterSettingActivity : BindingActivity<ActivityFilterBinding>(R.layout.ac
binding.vpFilterContainer.adapter = adapter
binding.vpFilterContainer.isUserInputEnabled = false
binding.vpFilterContainer.registerOnPageChangeCallback(object :
ViewPager2.OnPageChangeCallback() {
override fun onPageSelected(position: Int) {
super.onPageSelected(position)
viewModel.setCurrentPage(position)
}
})
ViewPager2.OnPageChangeCallback() {
override fun onPageSelected(position: Int) {
super.onPageSelected(position)
viewModel.setCurrentPage(position)
}
})
setPreviousActivity()
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.sopt.geonppang.presentation.model

import com.sopt.geonppang.presentation.type.BreadFilterType
import com.sopt.geonppang.presentation.type.MainPurposeFilterType
import com.sopt.geonppang.presentation.type.NutrientFilterType

Expand Down

0 comments on commit 7ce74e0

Please sign in to comment.