Add #Pangea comments

pull/1384/head
Kelrap 1 year ago
parent cc58771de0
commit cfdeb40732

@ -475,10 +475,12 @@ class ChatController extends State<ChatPageWithRoom>
if (kIsWeb && !Matrix.of(context).webHasFocus) return; if (kIsWeb && !Matrix.of(context).webHasFocus) return;
// #Pangea // #Pangea
} catch (err, s) { } catch (err, s) {
// #Pangea
// ErrorHandler.logError( // ErrorHandler.logError(
// e: PangeaWarningError("Web focus error: $err"), // e: PangeaWarningError("Web focus error: $err"),
// s: s, // s: s,
// ); // );
// Pangea#
return; return;
} }
// Pangea# // Pangea#

Loading…
Cancel
Save