Fix sqflite

This commit is contained in:
Christian Pauly 2020-01-02 12:27:02 +01:00
commit 78ddd9ede4
2 changed files with 26 additions and 24 deletions

View file

@ -127,7 +127,7 @@ class MatrixState extends State<Matrix> {
@override
void initState() {
if (widget.client == null) {
client = Client(widget.clientName, debug: true);
client = Client(widget.clientName, debug: false);
if (!kIsWeb)
client.store = Store(client);
else