mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Readded pull to refresh on logs
This commit is contained in:
parent
d69da88b01
commit
87bcdd337f
2 changed files with 72 additions and 65 deletions
|
@ -301,6 +301,7 @@ class _HomeState extends State<Home> {
|
|||
child: Builder(
|
||||
builder: (context) => RefreshIndicator(
|
||||
color: Theme.of(context).colorScheme.primary,
|
||||
displacement: 95,
|
||||
onRefresh: () async {
|
||||
final result = await statusProvider.getServerStatus();
|
||||
if (result == false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue