Fixed issue theme color defined by system

This commit is contained in:
Juan Gilsanz Polo 2022-10-29 14:22:19 +02:00
parent fe7ab0df50
commit 5d7f2c68c6
3 changed files with 74 additions and 32 deletions

View file

@ -51,9 +51,7 @@ class _ServersListState extends State<ServersList> with SingleTickerProviderStat
duration: const Duration(milliseconds: 200),
vsync: this,
)
..addListener(() {
setState(() {});
});
..addListener(() => setState(() => {}));
animation = Tween(
begin: 0.0,
end: 0.5,