mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 14:31:30 +01:00
Another color fix
This commit is contained in:
parent
baeaac54b6
commit
057dd5e0a4
1 changed files with 3 additions and 2 deletions
|
@ -58,8 +58,6 @@ class HomeActivity: UIObject, AppCompatActivity(),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
setContentView(R.layout.home)
|
setContentView(R.layout.home)
|
||||||
setTheme()
|
|
||||||
setOnClicks()
|
|
||||||
|
|
||||||
// Load apps list first - speed up settings that way
|
// Load apps list first - speed up settings that way
|
||||||
AsyncTask.execute { viewAdapter =
|
AsyncTask.execute { viewAdapter =
|
||||||
|
@ -84,6 +82,9 @@ class HomeActivity: UIObject, AppCompatActivity(),
|
||||||
|
|
||||||
// for if the settings changed
|
// for if the settings changed
|
||||||
loadSettings()
|
loadSettings()
|
||||||
|
|
||||||
|
setTheme()
|
||||||
|
setOnClicks()
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onResume() {
|
override fun onResume() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue