mirror of
https://github.com/tommyxchow/frosty.git
synced 2025-08-06 17:48:14 +08:00
@ -289,12 +289,10 @@ class _VideoChatState extends State<VideoChat> {
|
||||
children: settingsStore.landscapeChatLeftSide
|
||||
? [
|
||||
overlayChat,
|
||||
const VerticalDivider(),
|
||||
Expanded(child: overlay),
|
||||
]
|
||||
: [
|
||||
Expanded(child: overlay),
|
||||
const VerticalDivider(),
|
||||
overlayChat,
|
||||
],
|
||||
),
|
||||
|
Reference in New Issue
Block a user