|
|
|
@ -304,7 +304,8 @@ public class MainActivity extends InjectingAppCompatActivity
|
|
|
|
ThemeColor filterColor = getFilterColor();
|
|
|
|
ThemeColor filterColor = getFilterColor();
|
|
|
|
filterColor.applyToStatusBar(drawerLayout);
|
|
|
|
filterColor.applyToStatusBar(drawerLayout);
|
|
|
|
filterColor.applyToNavigationBar(this);
|
|
|
|
filterColor.applyToNavigationBar(this);
|
|
|
|
filterColor.applyTaskDescription(this, filter.listingTitle);
|
|
|
|
filterColor.applyTaskDescription(
|
|
|
|
|
|
|
|
this, filter == null ? getString(R.string.app_name) : filter.listingTitle);
|
|
|
|
theme.withThemeColor(filterColor).applyToContext(this);
|
|
|
|
theme.withThemeColor(filterColor).applyToContext(this);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|