reskin: remove bar style ivars from RiotDesignValues

This commit is contained in:
manuroe
2019-01-10 17:08:32 +01:00
parent 3bacf204d5
commit 7b40258d05
40 changed files with 44 additions and 76 deletions
@@ -184,7 +184,7 @@
- (UIStatusBarStyle)preferredStatusBarStyle
{
return kRiotDesignStatusBarStyle;
return RiotDesignValues.theme.statusBarStyle;
}
// This method is called when the viewcontroller is added or removed from a container view controller.