fix icon ui not updating
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
parent
cc35328f28
commit
8fe64755ec
@ -791,6 +791,7 @@ class _PeerViewDropdownState extends State<PeerViewDropdown> {
|
||||
(PeerUiType? v) async {
|
||||
if (v != null) {
|
||||
peerCardUiType.value = v;
|
||||
setState(() {});
|
||||
await bind.setLocalFlutterOption(
|
||||
k: "peer-card-ui-type",
|
||||
v: peerCardUiType.value.index.toString(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user