Updated on 2026-08-14
This commit is contained in:
parent
3545b45743
commit
91493bc01b
5 changed files with 18 additions and 23 deletions
|
|
@ -37,7 +37,7 @@ abstract class BaseStoreFragment(layoutId: Int) : Fragment(layoutId) {
|
|||
|
||||
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
|
||||
super.onViewCreated(view, savedInstanceState)
|
||||
toolbar.setNavigationOnClickListener { activity?.onBackPressed() }
|
||||
toolbar?.setNavigationOnClickListener { activity?.onBackPressed() }
|
||||
}
|
||||
|
||||
override fun onStart() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue