Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dev
This commit is contained in:
commit
a667ef7d5d
|
@ -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