Skip to content

Commit

Permalink
🤖 Automated Format and Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Jul 29, 2024
1 parent 35cce50 commit f614a93
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/hmssdk_flutter/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,11 @@ class _HomePageState extends State<HomePage> {
))),
onPressed: () async {
bool isVBEnabled = await Utilities.getBoolData(
key: "is_virtual_background_enabled")??false;
AppDebugConfig.isVirtualBackgroundEnabled = isVBEnabled;
key:
"is_virtual_background_enabled") ??
false;
AppDebugConfig.isVirtualBackgroundEnabled =
isVBEnabled;
joinMeeting();
},
child: Container(
Expand Down

0 comments on commit f614a93

Please sign in to comment.