fix actionbar in progress dialog

This commit is contained in:
osodebailar 2022-04-07 15:20:40 +02:00
parent b06b65f692
commit 14cb6b4f33

View file

@ -85,7 +85,7 @@ class BolusProgressDialog : DaggerDialogFragment() {
dialog?.setCanceledOnTouchOutside(false) dialog?.setCanceledOnTouchOutside(false)
val theme: Resources.Theme? = context?.theme val theme: Resources.Theme? = context?.theme
theme?.applyStyle(R.style.AppTheme, true) theme?.applyStyle(R.style.AppTheme_NoActionBar, true)
_binding = DialogBolusprogressBinding.inflate(inflater, container, false) _binding = DialogBolusprogressBinding.inflate(inflater, container, false)
return binding.root return binding.root