chore: Follow up chat encryption desgin

fluffychat-flutterwebauto2
Krille 2 years ago
parent 4d8244d391
commit 1489b60687

@ -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<

Loading…
Cancel
Save