build: Upgrade to flutter 3.35.2
This commit is contained in:
parent
cfc9df59cc
commit
99de670e04
4 changed files with 61 additions and 41 deletions
|
|
@ -110,7 +110,7 @@ class ChatEncryptionSettingsView extends StatelessWidget {
|
|||
itemBuilder: (BuildContext context, int i) =>
|
||||
SwitchListTile(
|
||||
value: !deviceKeys[i].blocked,
|
||||
activeColor: deviceKeys[i].verified
|
||||
activeThumbColor: deviceKeys[i].verified
|
||||
? Colors.green
|
||||
: Colors.orange,
|
||||
onChanged: (_) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue