Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Notification Page | Add Back ImageButton Listener
Browse files Browse the repository at this point in the history
  • Loading branch information
moondev03 committed Aug 15, 2024
1 parent 9b37315 commit ebf17e4
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ class NotifyFragment : BaseFragment<FragmentNotifyBinding>(R.layout.fragment_not
}
}

override fun initListener() {
super.initListener()

binding.ibBack.setOnClickListener {
requireActivity().supportFragmentManager.popBackStack()
}
}

override fun setObserver() {
super.setObserver()

Expand Down

0 comments on commit ebf17e4

Please sign in to comment.