fix: Missing null check
This commit is contained in:
parent
b99064aaaf
commit
54ee35ced8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue