Merge pull request #1585 from osodebailar/fix/remove-actionbar-from-progress
Fix remove actionbar from progress
This commit is contained in:
commit
d3d64fb21f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue