Skip to content

Commit

Permalink
Merge pull request #470 from pangeachat/hide-find-convo-partner
Browse files Browse the repository at this point in the history
Hide find convo partner
  • Loading branch information
ggurdin authored Jul 16, 2024
2 parents 63cfe2a + ad71fec commit efa325f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions lib/pages/chat_list/client_chooser_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,17 @@ class ClientChooserButton extends StatelessWidget {
// ],
// ),
// ),
if (controller.pangeaController.permissionsController.isUser18())
PopupMenuItem(
value: SettingsAction.findAConversationPartner,
child: Row(
children: [
const Icon(Icons.add_circle_outline),
const SizedBox(width: 18),
Expanded(child: Text(L10n.of(context)!.findALanguagePartner)),
],
),
),
// if (controller.pangeaController.permissionsController.isUser18())
// PopupMenuItem(
// value: SettingsAction.findAConversationPartner,
// child: Row(
// children: [
// const Icon(Icons.add_circle_outline),
// const SizedBox(width: 18),
// Expanded(child: Text(L10n.of(context)!.findALanguagePartner)),
// ],
// ),
// ),
// PopupMenuItem(
// value: SettingsAction.setStatus,
// child: Row(
Expand Down

0 comments on commit efa325f

Please sign in to comment.