mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
remove the lines used for settings background colors at fullscreen activities
This commit is contained in:
@ -71,7 +71,6 @@ class EditContactActivity : ContactActivity() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
contact_wrapper.systemUiVisibility = View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
|
contact_wrapper.systemUiVisibility = View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
|
||||||
contact_wrapper.background = ColorDrawable(config.backgroundColor)
|
|
||||||
setupMenu()
|
setupMenu()
|
||||||
|
|
||||||
val action = intent.action
|
val action = intent.action
|
||||||
|
@ -52,7 +52,6 @@ class ViewContactActivity : ContactActivity() {
|
|||||||
|
|
||||||
showFields = config.showContactFields
|
showFields = config.showContactFields
|
||||||
contact_wrapper.systemUiVisibility = View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
|
contact_wrapper.systemUiVisibility = View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
|
||||||
contact_wrapper.background = ColorDrawable(config.backgroundColor)
|
|
||||||
setupMenu()
|
setupMenu()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user