Commit 9bceb937 authored by BodaSadalla98's avatar BodaSadalla98

This fixes title error

parent cf7ffd51
......@@ -25,6 +25,10 @@ class AboutFragment : Fragment() {
super.onCreate(savedInstanceState)
AndroidSupportInjection.inject(this)
}
override fun onResume() {
super.onResume()
setupToolbar()
}
override fun onCreateView(
inflater: LayoutInflater,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment