Merge branch 'feature/new-ui' into feature/loading

This commit is contained in:
Salvatore Giordano
2020-11-20 11:42:54 +01:00
committed by GitHub
9 changed files with 147 additions and 97 deletions
+4
View File
@@ -282,6 +282,10 @@ class _AdvancedOptionsPageState extends State<AdvancedOptionsPage> {
}),
userToken,
);
if (!kIsWeb) {
initNotifications(client);
}
} catch (e) {
var errorText = 'Error connecting, retry';
if (e is Map) {
+3
View File
@@ -30,6 +30,9 @@ void main() async {
User(id: userId),
token,
);
if (!kIsWeb) {
initNotifications(client);
}
}
runApp(MyApp(client));