remove the lines used for settings background colors at fullscreen activities
This commit is contained in:
parent
f7bf678588
commit
4d1c8c6f53
|
@ -71,7 +71,6 @@ class EditContactActivity : ContactActivity() {
|
|||
}
|
||||
|
||||
contact_wrapper.systemUiVisibility = View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
|
||||
contact_wrapper.background = ColorDrawable(config.backgroundColor)
|
||||
setupMenu()
|
||||
|
||||
val action = intent.action
|
||||
|
|
|
@ -52,7 +52,6 @@ class ViewContactActivity : ContactActivity() {
|
|||
|
||||
showFields = config.showContactFields
|
||||
contact_wrapper.systemUiVisibility = View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
|
||||
contact_wrapper.background = ColorDrawable(config.backgroundColor)
|
||||
setupMenu()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue