Fix folder search, home toolbar

This commit is contained in:
h4h13 2019-09-29 09:03:23 +05:30
parent 3a7d3bfcfe
commit 69cce5eb7e
17 changed files with 64 additions and 51 deletions

View file

@ -81,6 +81,7 @@ class OptionsSheetDialogFragment : DialogFragment(), View.OnClickListener {
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
dialog?.window?.let {
(requireActivity() as MainActivity).setNavigationBarColorPrimary()
(requireActivity() as MainActivity).setLightNavigationBar(true)
}