I need to hide actionbar in ona specific fragment.
(requireActivity() as AppCompatActivity).supportActionBar?.hide()
This code hides on every fragments, but I want hide only in one. How to manage this?
I need to hide actionbar in ona specific fragment.
(requireActivity() as AppCompatActivity).supportActionBar?.hide()
This code hides on every fragments, but I want hide only in one. How to manage this?