You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Fixed titles not setting to activity toolbar
This commit is contained in:
@@ -13,7 +13,7 @@ class SuperuserFragment :
|
||||
|
||||
override fun onStart() {
|
||||
super.onStart()
|
||||
magiskActivity.supportActionBar?.title = getString(R.string.superuser)
|
||||
requireActivity().setTitle(R.string.superuser)
|
||||
}
|
||||
|
||||
override fun onResume() {
|
||||
|
||||
Reference in New Issue
Block a user