2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-04-06 16:08:14 +02:00

fix: Missing null check

This commit is contained in:
Christian Pauly 2021-04-18 08:06:10 +02:00
parent 6bfe7b292a
commit 586c2481de

@ -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)) /