This commit is contained in:
gouri-panda 2020-11-09 14:13:13 +05:30
parent f9f4a42fa6
commit 0baaab2fae

View File

@ -123,7 +123,7 @@ abstract class PageFragment : OnItemClickListener, BaseFragment(), FragmentActiv
activity.setSupportActionBar(toolbar)
activity.supportActionBar?.apply {
setDisplayHomeAsUpEnabled(true)
title = title
title = this@PageFragment.title
}
no_page.text = noItemsString