mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-02-01 10:41:39 -05:00
Forgot to add theme support to SearchResults
This commit is contained in:
@@ -50,6 +50,11 @@ public class SearchResults extends ListActivity {
|
||||
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
|
||||
if (PreferenceManager.getDefaultSharedPreferences(this)
|
||||
.getBoolean("lightTheme", false))
|
||||
setTheme(R.style.AppThemeLight);
|
||||
|
||||
super.onCreate(savedInstanceState);
|
||||
ActionBarCompat.create(this).setDisplayHomeAsUpEnabled(true);
|
||||
applist = new AvailableAppListAdapter(this);
|
||||
|
||||
Reference in New Issue
Block a user