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
+3
View File
@@ -30,6 +30,9 @@ void main() async {
User(id: userId),
token,
);
if (!kIsWeb) {
initNotifications(client);
}
}
runApp(MyApp(client));