chore: Remove lifecyclestate logs
This commit is contained in:
parent
36bcfd8f9b
commit
cf6b34f8c0
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue