chore: Reenable archive feature after various fixes landed in sdk

This commit is contained in:
krille-chan 2025-05-02 18:50:44 +02:00
commit 22aa50fd02
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions

View file

@ -56,18 +56,16 @@ class ClientChooserButton extends StatelessWidget {
],
),
),
// Currently disabled because of:
// https://github.com/matrix-org/matrix-react-sdk/pull/12286
/*PopupMenuItem(
PopupMenuItem(
value: SettingsAction.archive,
child: Row(
children: [
const Icon(Icons.archive_outlined),
const SizedBox(width: 18),
Text(L10n.of(context)!.archive),
Text(L10n.of(context).archive),
],
),
),*/
),
PopupMenuItem(
value: SettingsAction.settings,
child: Row(