Let base activity configure bottom bar
This commit is contained in:
parent
48438c6553
commit
42d4c72137
3 changed files with 0 additions and 3 deletions
|
|
@ -87,7 +87,6 @@ class MainActivity : SimpleActivity() {
|
|||
override fun onResume() {
|
||||
super.onResume()
|
||||
setupToolbar(main_toolbar)
|
||||
updateNavigationBarColor(getBottomNavigationBackgroundColor())
|
||||
|
||||
if (storedTextColor != getProperTextColor()) {
|
||||
(conversations_list.adapter as? ConversationsAdapter)?.updateTextColor(getProperTextColor())
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ class SettingsActivity : SimpleActivity() {
|
|||
override fun onResume() {
|
||||
super.onResume()
|
||||
setupToolbar(settings_toolbar, NavigationIcon.Arrow)
|
||||
updateNavigationBarColor(getBottomNavigationBackgroundColor())
|
||||
|
||||
setupPurchaseThankYou()
|
||||
setupCustomizeColors()
|
||||
|
|
|
|||
|
|
@ -143,7 +143,6 @@ class ThreadActivity : SimpleActivity() {
|
|||
override fun onResume() {
|
||||
super.onResume()
|
||||
setupToolbar(thread_toolbar, NavigationIcon.Arrow)
|
||||
updateNavigationBarColor(getBottomNavigationBackgroundColor())
|
||||
|
||||
val smsDraft = getSmsDraft(threadId)
|
||||
if (smsDraft != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue