mirror of
https://github.com/FossifyOrg/Messages.git
synced 2026-06-18 05:22:20 -04:00
Set proper navigation bar color
This commit is contained in:
@@ -87,6 +87,8 @@ class MainActivity : SimpleActivity() {
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
setupToolbar(main_toolbar)
|
||||
updateNavigationBarColor(getBottomNavigationBackgroundColor())
|
||||
|
||||
if (storedTextColor != getProperTextColor()) {
|
||||
(conversations_list.adapter as? ConversationsAdapter)?.updateTextColor(getProperTextColor())
|
||||
}
|
||||
|
||||
@@ -27,6 +27,7 @@ class SettingsActivity : SimpleActivity() {
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
setupToolbar(settings_toolbar, NavigationIcon.Arrow)
|
||||
updateNavigationBarColor(getBottomNavigationBackgroundColor())
|
||||
|
||||
setupPurchaseThankYou()
|
||||
setupCustomizeColors()
|
||||
|
||||
@@ -145,6 +145,7 @@ class ThreadActivity : SimpleActivity() {
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
setupToolbar(thread_toolbar, NavigationIcon.Arrow)
|
||||
updateNavigationBarColor(getBottomNavigationBackgroundColor())
|
||||
|
||||
val smsDraft = getSmsDraft(threadId)
|
||||
if (smsDraft != null) {
|
||||
|
||||
Reference in New Issue
Block a user