Skip to content

Commit

Permalink
fix reset btn
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhaengHeo committed Feb 28, 2024
1 parent 65ccc59 commit 721a866
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ class WildcardFragment : Fragment() {
binding.addEventBtn.setOnClickListener { addPathList(SendType.EVENT) }
binding.addListBtn.setOnClickListener { addRequest() }
binding.resetBtn.setOnClickListener { resetPath() }
binding.writeInvokeresetBtn.setOnClickListener { resetPath() }

addressUpdateFragment =
childFragmentManager.findFragmentById(R.id.addressUpdateFragment) as AddressUpdateFragment
Expand Down

0 comments on commit 721a866

Please sign in to comment.