This commit is contained in:
Milos Kozak 2022-04-07 15:59:38 +02:00
commit a667ef7d5d

View file

@ -85,7 +85,7 @@ class BolusProgressDialog : DaggerDialogFragment() {
dialog?.setCanceledOnTouchOutside(false)
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)
return binding.root