Add #Pangea comments

This commit is contained in:
Kelrap 2024-07-24 08:57:19 -04:00
parent cc58771de0
commit cfdeb40732

View file

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