Fix sqflite
This commit is contained in:
parent
b5f2ecd56f
commit
78ddd9ede4
2 changed files with 26 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue