reskin: Delegate navigation and search bars styling to theme

This commit is contained in:
manuroe
2019-01-10 16:35:34 +01:00
parent c702350171
commit 3bacf204d5
41 changed files with 112 additions and 76 deletions
@@ -1149,7 +1149,7 @@
phoneNumberPickerNavigationController = [[RiotNavigationController alloc] init];
// Set Riot navigation bar colors
[RiotDesignValues applyStyleOnNavigationBar:phoneNumberPickerNavigationController.navigationBar];
[RiotDesignValues.theme applyStyleOnNavigationBar:phoneNumberPickerNavigationController.navigationBar];
[phoneNumberPickerNavigationController pushViewController:phoneNumberCountryPicker animated:NO];