mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
feature/2821_downtime_login_screen
This commit is contained in:
@@ -5267,7 +5267,8 @@ TableViewSectionsDelegate>
|
||||
}
|
||||
|
||||
- (NSString*) bwiDowntimeCellText {
|
||||
return [[[ServerDowntimeDefaultService alloc] init] downtimeText];
|
||||
NSString *downtimeText = [NSString stringWithFormat:@"\n%@\n\n", [[[ServerDowntimeDefaultService alloc] init] downtimeText]];
|
||||
return downtimeText;
|
||||
}
|
||||
|
||||
- (UIColor*) bwiDowntimeColor {
|
||||
|
||||
Reference in New Issue
Block a user