Another color fix

This commit is contained in:
Finn M Glas 2020-06-18 19:45:01 +02:00
parent baeaac54b6
commit 057dd5e0a4
No known key found for this signature in database
GPG key ID: 902A30146014DFBF

View file

@ -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() {