We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
!
1 parent 24215f6 commit 2336485Copy full SHA for 2336485
lib/widgets/home.dart
@@ -181,6 +181,7 @@ class _LoadingPlaceholderPageState extends State<_LoadingPlaceholderPage> {
181
Widget build(BuildContext context) {
182
final zulipLocalizations = ZulipLocalizations.of(context);
183
final realmUrl = GlobalStoreWidget.of(context)
184
+ // TODO(#1219) `!` is incorrect
185
.getAccount(widget.accountId)!.realmUrl;
186
187
return Scaffold(
0 commit comments