Load settings when the home activity is created. (#336)
This commit is contained in:
@@ -190,6 +190,8 @@ class HomeActivity : AppCompatActivity(), SearchView.OnQueryTextListener {
|
||||
|
||||
handleSwipeRefreshLayout()
|
||||
|
||||
handleSharedPrefs()
|
||||
|
||||
getElementsAccordingToTab()
|
||||
}
|
||||
|
||||
@@ -336,8 +338,6 @@ class HomeActivity : AppCompatActivity(), SearchView.OnQueryTextListener {
|
||||
|
||||
editor = settings.edit()
|
||||
|
||||
handleSharedPrefs()
|
||||
|
||||
handleDrawerItems()
|
||||
|
||||
handleThemeUpdate()
|
||||
|
500 Internal Server Error
Gitea Version: 1.28.0+dev-210-gd87d26d735 | ||||