update animation
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -19,7 +19,7 @@ import 'routes/routes.dart';
|
|||||||
import 'search_text_field.dart';
|
import 'search_text_field.dart';
|
||||||
|
|
||||||
final chatPersistentClient = StreamChatPersistenceClient(
|
final chatPersistentClient = StreamChatPersistenceClient(
|
||||||
logLevel: Level.INFO,
|
logLevel: Level.SEVERE,
|
||||||
connectionMode: ConnectionMode.background,
|
connectionMode: ConnectionMode.background,
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ class _MyAppState extends State<MyApp> {
|
|||||||
|
|
||||||
final client = StreamChatClient(
|
final client = StreamChatClient(
|
||||||
apiKey ?? kDefaultStreamApiKey,
|
apiKey ?? kDefaultStreamApiKey,
|
||||||
logLevel: Level.INFO,
|
logLevel: Level.SEVERE,
|
||||||
)..chatPersistenceClient = chatPersistentClient;
|
)..chatPersistenceClient = chatPersistentClient;
|
||||||
|
|
||||||
if (userId != null) {
|
if (userId != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user