Apply theme in filter selection activity

pull/321/head 4.7.18
Alex Baker 9 years ago
parent a94c89ebcf
commit 660377b93b

@ -27,8 +27,8 @@ android {
buildToolsVersion "22.0.1" buildToolsVersion "22.0.1"
defaultConfig { defaultConfig {
versionCode 373 versionCode 374
versionName "4.7.17" versionName "4.7.18"
minSdkVersion 7 minSdkVersion 7
targetSdkVersion 22 targetSdkVersion 22
} }

@ -31,7 +31,7 @@ public class FilterSelectionActivity extends InjectingAppCompatActivity {
protected void onCreate(Bundle savedInstanceState) { protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState); super.onCreate(savedInstanceState);
activityPreferences.applyDialogTheme(); activityPreferences.applyTheme();
final FilterAdapter filterAdapter = new FilterAdapter(filterProvider, filterCounter, this, null, false); final FilterAdapter filterAdapter = new FilterAdapter(filterProvider, filterCounter, this, null, false);
filterAdapter.populateList(); filterAdapter.populateList();

Loading…
Cancel
Save