File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ class _SentryUserInteractionWidgetState
155
155
}
156
156
157
157
String _findDescriptionOf (Element element, bool allowText) {
158
- var description = 'unknown ' ;
158
+ var description = '' ;
159
159
160
160
// traverse tree to find a suiting element
161
161
void descriptionFinder (Element element) {
@@ -191,9 +191,9 @@ class _SentryUserInteractionWidgetState
191
191
}
192
192
193
193
TappedWidget ? _getElementAt (Offset position) {
194
- // WidgetsBinding.instance.renderViewElement does not work, using
194
+ // WidgetsBinding.instance.renderViewElement does not work, so using
195
195
// the element from createElement
196
- var rootElement = _clickTrackerElement;
196
+ final rootElement = _clickTrackerElement;
197
197
if (rootElement == null || rootElement.widget != widget) {
198
198
return null ;
199
199
}
You can’t perform that action at this time.
0 commit comments