mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-21 03:02:59 -04:00
#2475 bug fixed
This commit is contained in:
parent
f9f4a42fa6
commit
0baaab2fae
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user