We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4095ea commit d5890f1Copy full SHA for d5890f1
lib/widgets/compose_box.dart
@@ -1061,6 +1061,12 @@ class _AttachVideoChatUrlButton extends StatelessWidget {
1061
}
1062
1063
void _handlePress(BuildContext context) {
1064
+ final store = PerAccountStoreWidget.of(context);
1065
+ final zulipLocalizations = ZulipLocalizations.of(context);
1066
+
1067
+ final placeholder = _getMeetingUrl(zulipLocalizations,
1068
+ store.realmVideoChatProvider, store.jitsiServerUrl);
1069
+ if (placeholder == null) return;
1070
1071
1072
@override
0 commit comments