mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-05 19:49:29 +01:00
chore: Follow up chat encryption desgin
This commit is contained in:
parent
73174003a9
commit
d9645480ac
@ -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…
Reference in New Issue
Block a user