chore: Follow up chat encryption desgin

This commit is contained in:
Krille 2023-02-17 16:34:01 +01:00
parent 73174003a9
commit d9645480ac

View File

@ -71,6 +71,14 @@ class ChatEncryptionSettingsView extends StatelessWidget {
),
if (room.encrypted) ...[
const SizedBox(height: 16),
ListTile(
title: Text(
L10n.of(context)!.deviceKeys,
style: const TextStyle(
fontWeight: FontWeight.bold,
),
),
),
StreamBuilder(
stream: room.onUpdate.stream,
builder: (context, snapshot) => FutureBuilder<