mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +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)
|
||||
setTheme()
|
||||
setOnClicks()
|
||||
|
||||
// Load apps list first - speed up settings that way
|
||||
AsyncTask.execute { viewAdapter =
|
||||
|
@ -84,6 +82,9 @@ class HomeActivity: UIObject, AppCompatActivity(),
|
|||
|
||||
// for if the settings changed
|
||||
loadSettings()
|
||||
|
||||
setTheme()
|
||||
setOnClicks()
|
||||
}
|
||||
|
||||
override fun onResume() {
|
||||
|
|
Loading…
Add table
Reference in a new issue