pull/183/merge
Vadik 8 years ago committed by GitHub
commit bbec91960d

@ -65,7 +65,7 @@ public abstract class BaseRootView extends FrameLayout
public int getToolbarColor() public int getToolbarColor()
{ {
if (SDK_INT < LOLLIPOP && !themeSwitcher.isNightMode()) if (SDK_INT >= M && !themeSwitcher.isNightMode())
{ {
return ResourcesCompat.getColor(context.getResources(), return ResourcesCompat.getColor(context.getResources(),
R.color.grey_900, context.getTheme()); R.color.grey_900, context.getTheme());

Loading…
Cancel
Save