chore: Remove lifecyclestate logs

This commit is contained in:
Christian Kußowski 2025-06-25 10:15:15 +02:00
parent 36bcfd8f9b
commit cf6b34f8c0
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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) {