mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 06:06:57 +02:00
AppConfig: Fix Steve's remarks
This commit is contained in:
@@ -75,7 +75,8 @@ typedef NS_ENUM(NSInteger, ImageCompressionMode)
|
||||
[NSNotificationCenter.defaultCenter addObserver:sharedInstance selector:@selector(didReceiveMemoryWarning:) name:UIApplicationDidReceiveMemoryWarningNotification object:nil];
|
||||
|
||||
// Set static application settings
|
||||
[Config.shared setupSettings];
|
||||
sharedInstance->_configuration = [Config new];
|
||||
[sharedInstance.configuration setupSettings];
|
||||
|
||||
// NSLog -> console.log file when not debugging the app
|
||||
if (!isatty(STDERR_FILENO))
|
||||
|
||||
Reference in New Issue
Block a user