mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
reskin: Delegate navigation and search bars styling to theme
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user