fix: Missing null check

onboarding
Christian Pauly 5 years ago
parent b99064aaaf
commit 54ee35ced8

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

Loading…
Cancel
Save