change the order at onCreate functions
This commit is contained in:
parent
76ba55ad7d
commit
cb94b0de99
1 changed files with 1 additions and 1 deletions
|
@ -23,10 +23,10 @@ open class BaseSimpleActivity : AppCompatActivity() {
|
|||
lateinit var baseConfig: BaseConfig
|
||||
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
baseConfig = BaseConfig.newInstance(applicationContext)
|
||||
updateBackgroundColor()
|
||||
updateActionbarColor()
|
||||
super.onCreate(savedInstanceState)
|
||||
}
|
||||
|
||||
override fun onOptionsItemSelected(item: MenuItem): Boolean {
|
||||
|
|
Loading…
Reference in a new issue