mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Fixed issue theme color defined by system
This commit is contained in:
parent
fe7ab0df50
commit
5d7f2c68c6
3 changed files with 74 additions and 32 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue