You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error happened when trying to open a link to a room in the chat, something like https://matrix.to/#/#test:envs.net. A pop over is shown, with an orange box with a black X (like something is missing, please see attached image), but FluffyChat does not crash.
I think this may be important because there is no other way to join a room using an alias in FluffyChat anymore.
ScreenShot
The text was updated successfully, but these errors were encountered:
@krille-chan I have installed v1.71.2 on Linux and the problem improved (a bit) but it is not fixed:
flutter: Another exception was thrown: Instance of 'DiagnosticsProperty<void>'
flutter: [Matrix] Something went wrong: - Provider<MatrixState> not found for PublicRoomBottomSheet
I cannot reopen this issue, should I open a new one?
Exception
Null check operator used on a null value
StackTrace
#0 PublicRoomBottomSheet.build (package:fluffychat/widgets/public_room_bottom_sheet.dart:85)
#1 StatelessElement.build (package:flutter/src/widgets/framework.dart:5541)
#2 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:5471)
#3 Element.rebuild (package:flutter/src/widgets/framework.dart:5187)
#4 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:5453)
#5 ComponentElement.mount (package:flutter/src/widgets/framework.dart:5447)
#6 Element.inflateWidget (package:flutter/src/widgets/framework.dart:4326)
#7 Element.updateChild (package:flutter/src/widgets/framework.dart:3837)
#8 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:5496)
#9 Element.rebuild (package:flutter/src/widgets/framework.dart:5187)
(automatic report)
The error happened when trying to open a link to a room in the chat, something like https://matrix.to/#/#test:envs.net. A pop over is shown, with an orange box with a black X (like something is missing, please see attached image), but FluffyChat does not crash.
I think this may be important because there is no other way to join a room using an alias in FluffyChat anymore.
ScreenShot
The text was updated successfully, but these errors were encountered: