-
-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Error Widget #828
Comments
Please add some steps to reproduce this or maybe an example source of an event content. Otherwise I cannot do anything I guess |
The Decrypted event source of the message that produces above rendering error:
Whenever I open the chat with this message on Linux (does not have to be on screen, but is one of the last 10 messages and therefore probably loaded), I immediately get an error. The error in #828 (comment) I got shortly after opening a different group chat - I have no clue what caused that and could not find a way to reproduce it. |
I will try it as soon as it is available on F-Droid and via Flathub. |
Yes, at least on Android the rendering bug is fixed in 1.17.1. |
It looks like that this issue was fixed as of v1.17.3, so it can be closed? |
This issue is stale because it has been open for 120 days with no activity. |
Another issue that can be closed as of now, it seems. |
I apologize for not answering. It took a while until the new version was available on Flathub and the I completely forgot about it. |
Exception
Null check operator used on a null value
StackTrace
#0 SelectableRegionState.startGlyphHeight (package:flutter/src/widgets/selectable_region.dart:1211)
#1 SelectableRegionState.contextMenuAnchors (package:flutter/src/widgets/selectable_region.dart:1093)
#2 new AdaptiveTextSelectionToolbar.selectableRegion (package:flutter/src/material/adaptive_text_selection_toolbar.dart:177)
#3 SelectionArea._defaultContextMenuBuilder (package:flutter/src/material/selection_area.dart:96)
#4 SelectableRegionState._onAnyDragEnd. (package:flutter/src/widgets/selectable_region.dart:694)
#5 SelectionOverlay.showToolbar. (package:flutter/src/widgets/text_selection.dart:1401)
#6 ContextMenuController.show. (package:flutter/src/widgets/context_menu_controller.dart:65)
#7 _OverlayEntryWidgetState.build (package:flutter/src/widgets/overlay.dart:356)
#8 StatefulElement.build (package:flutter/src/widgets/framework.dart:5583)
#9 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:5471)
#10 StatefulElement.performRebuild (package:flutter/src/widgets/framework.dart:5634)
#11 Element.rebuild (package:flutter/src/widgets/framework.dart:5187)
#12 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2895)
#13 WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:984)
#14 RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:457)
#15 SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:1325)
#16 SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:1255)
#17 SchedulerBinding._handleDrawFrame (package:flutter/src/scheduler/binding.dart:1113)
#18 _invoke (dart:ui/hooks.dart:312)
#19 PlatformDispatcher._drawFrame (dart:ui/platform_dispatcher.dart:383)
#20 _drawFrame (dart:ui/hooks.dart:283)
The text was updated successfully, but these errors were encountered: