Merge pull request #1585 from osodebailar/fix/remove-actionbar-from-progress

Fix remove actionbar from progress
This commit is contained in:
Milos Kozak 2022-04-07 15:51:53 +02:00 committed by GitHub
commit d3d64fb21f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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