chore: Remove lifecyclestate logs

pull/1984/head^2
Christian Kußowski 4 months ago
parent 36bcfd8f9b
commit cf6b34f8c0
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -377,7 +377,6 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
@override
void didChangeAppLifecycleState(AppLifecycleState state) {
Logs().v('AppLifecycleState = $state');
final foreground = state != AppLifecycleState.inactive &&
state != AppLifecycleState.paused;
for (final client in widget.clients) {

Loading…
Cancel
Save