remove the lines used for settings background colors at fullscreen activities

This commit is contained in:
tibbi 2020-11-01 19:24:30 +01:00
parent f7bf678588
commit 4d1c8c6f53
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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()
}