🐛 Fix bugs
This commit is contained in:
parent
7501139d4c
commit
aa50561247
@ -2,6 +2,8 @@
|
|||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>NSCalendarsUsageDescription</key>
|
||||||
|
<string>Grant access to Calander help us to shows Solar Calander with your own events.</string>
|
||||||
<key>AppGroupId</key>
|
<key>AppGroupId</key>
|
||||||
<string>group.solsynth.solian</string>
|
<string>group.solsynth.solian</string>
|
||||||
<key>CADisableMinimumFrameDurationOnPhone</key>
|
<key>CADisableMinimumFrameDurationOnPhone</key>
|
||||||
|
@ -147,8 +147,7 @@ class _ChatRoomScreenState extends State<ChatRoomScreen> {
|
|||||||
final meet = JitsiMeet();
|
final meet = JitsiMeet();
|
||||||
final confOpts = JitsiMeetConferenceOptions(
|
final confOpts = JitsiMeetConferenceOptions(
|
||||||
room: 'sn-chat-${_channel!.alias}-${_channel!.id}',
|
room: 'sn-chat-${_channel!.alias}-${_channel!.id}',
|
||||||
serverURL:
|
serverURL: 'https://meet.element.io',
|
||||||
'https://meet.element.io', // TODO fetch this as config from remote
|
|
||||||
configOverrides: {
|
configOverrides: {
|
||||||
"subject": _channel!.name,
|
"subject": _channel!.name,
|
||||||
},
|
},
|
||||||
|
@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
# In Windows, build-name is used as the major, minor, and patch parts
|
# In Windows, build-name is used as the major, minor, and patch parts
|
||||||
# of the product and file versions while build-number is used as the build suffix.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 2.4.2+89
|
version: 2.5.2+91
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.5.4
|
sdk: ^3.5.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user