mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
fix: Missing null check
This commit is contained in:
parent
6bfe7b292a
commit
586c2481de
@ -260,7 +260,7 @@ class ChatUI extends StatelessWidget {
|
||||
FluffyThemes.columnWidth *
|
||||
(AdaptivePageLayout.of(context)
|
||||
.currentViewData
|
||||
.rightView !=
|
||||
?.rightView !=
|
||||
null
|
||||
? 4.5
|
||||
: 3.5)) /
|
||||
|
Loading…
Reference in New Issue
Block a user