Skip to content

Commit

Permalink
[chore] #119 ktlint 제안사항 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
sxunea committed Aug 18, 2023
1 parent c73a2cd commit 91077ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class MyFeedFragment : BindingFragment<FragmentMyfeedBinding>(R.layout.fragment_

private fun showPopupMenu(view: View, wineyFeed: WineyFeed) {
val inflater = LayoutInflater.from(requireContext())
val popupView = inflater.inflate(R.layout.menu_wineyfeed, null,false)
val popupView = inflater.inflate(R.layout.menu_wineyfeed, null, false)
val popupWindow = PopupWindow(
popupView,
WindowManager.LayoutParams.WRAP_CONTENT,
Expand Down

0 comments on commit 91077ee

Please sign in to comment.