Silences web focus error
This commit is contained in:
parent
219777f7d7
commit
cc58771de0
1 changed files with 4 additions and 4 deletions
|
|
@ -475,10 +475,10 @@ class ChatController extends State<ChatPageWithRoom>
|
|||
if (kIsWeb && !Matrix.of(context).webHasFocus) return;
|
||||
// #Pangea
|
||||
} catch (err, s) {
|
||||
ErrorHandler.logError(
|
||||
e: PangeaWarningError("Web focus error: $err"),
|
||||
s: s,
|
||||
);
|
||||
// ErrorHandler.logError(
|
||||
// e: PangeaWarningError("Web focus error: $err"),
|
||||
// s: s,
|
||||
// );
|
||||
return;
|
||||
}
|
||||
// Pangea#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue