mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -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.setSupportActionBar(toolbar)
|
||||||
activity.supportActionBar?.apply {
|
activity.supportActionBar?.apply {
|
||||||
setDisplayHomeAsUpEnabled(true)
|
setDisplayHomeAsUpEnabled(true)
|
||||||
title = title
|
title = this@PageFragment.title
|
||||||
}
|
}
|
||||||
no_page.text = noItemsString
|
no_page.text = noItemsString
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user