mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 06:52:35 +01:00
fix: Foreground push again
This commit is contained in:
parent
06a6755d87
commit
1d6c9cf5c6
@ -171,7 +171,7 @@ abstract class FirebaseController {
|
||||
Client client;
|
||||
var tempClient = false;
|
||||
try {
|
||||
client = Matrix.of(context).client;
|
||||
client = matrix.client;
|
||||
} catch (_) {
|
||||
client = null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user