We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac378a7 + 06e31c6 commit bdb4ddeCopy full SHA for bdb4dde
lib/src/config.dart
@@ -58,8 +58,6 @@ class Settings {
58
var hostport_params = null;
59
}
60
61
-var settings = new Settings();
62
-
63
// Configuration checks.
64
class Checks {
65
var mandatory = {
lib/src/ua.dart
@@ -104,7 +104,7 @@ class UA extends EventManager {
104
105
this._cache = {'credentials': {}};
106
107
- this._configuration = config.settings;
+ this._configuration = new Settings();
108
this._dynConfiguration = new DynamicSettings();
109
this._dialogs = {};
110
0 commit comments