fix: Missing null check

onboarding
Christian Pauly 5 years ago
parent b99064aaaf
commit 54ee35ced8

@ -260,7 +260,7 @@ class ChatUI extends StatelessWidget {
FluffyThemes.columnWidth * FluffyThemes.columnWidth *
(AdaptivePageLayout.of(context) (AdaptivePageLayout.of(context)
.currentViewData .currentViewData
.rightView != ?.rightView !=
null null
? 4.5 ? 4.5
: 3.5)) / : 3.5)) /

Loading…
Cancel
Save