update animation

This commit is contained in:
Salvatore Giordano
2021-02-15 16:44:22 +01:00
parent 2e7e66f8cf
commit c948337911
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -19,7 +19,7 @@ import 'routes/routes.dart';
import 'search_text_field.dart';
final chatPersistentClient = StreamChatPersistenceClient(
logLevel: Level.INFO,
logLevel: Level.SEVERE,
connectionMode: ConnectionMode.background,
);
@@ -45,7 +45,7 @@ class _MyAppState extends State<MyApp> {
final client = StreamChatClient(
apiKey ?? kDefaultStreamApiKey,
logLevel: Level.INFO,
logLevel: Level.SEVERE,
)..chatPersistenceClient = chatPersistentClient;
if (userId != null) {