Skip to content

Commit

Permalink
fix: Join public rooms
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Dec 23, 2023
1 parent a14f920 commit b8fab38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/public_room_bottom_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class PublicRoomBottomSheet extends StatelessWidget {
Padding(
padding: const EdgeInsets.all(8.0),
child: OutlinedButton.icon(
onPressed: () => _joinRoom(context),
onPressed: () => _joinRoom(outerContext),
label: Text(L10n.of(context)!.joinRoom),
icon: const Icon(Icons.login_outlined),
),
Expand Down

0 comments on commit b8fab38

Please sign in to comment.