Skip to content

Commit

Permalink
Disable space QR button
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Nov 22, 2024
1 parent 6ca5d1d commit ebe12b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/lib/features/space/widgets/space_toolbar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,10 @@ class SpaceToolbar extends ConsumerWidget {
),
child: Text(lang.invite),
),
QrCodeButton(
qrCodeData: 'matrix:roomid/${spaceId.substring(1)}',
),
// disabled until we have the proper reading facilities ready, See #2373
// QrCodeButton(
// qrCodeData: 'matrix:roomid/${spaceId.substring(1)}',
// ),
IconButton(
icon: Icon(isBookmarked ? Icons.bookmark : Icons.bookmark_border),
onPressed: () async {
Expand Down

0 comments on commit ebe12b4

Please sign in to comment.