chore: Follow up chat encryption desgin

This commit is contained in:
Krille 2023-02-17 16:34:01 +01:00
parent 4d8244d391
commit 1489b60687

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<