2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-07-05 19:07:24 +02:00

fix: Foreground push again

This commit is contained in:
Christian Pauly 2021-01-22 21:16:15 +01:00
parent 06a6755d87
commit 1d6c9cf5c6

@ -171,7 +171,7 @@ abstract class FirebaseController {
Client client; Client client;
var tempClient = false; var tempClient = false;
try { try {
client = Matrix.of(context).client; client = matrix.client;
} catch (_) { } catch (_) {
client = null; client = null;
} }