Changed primary color for old Android versions

This commit is contained in:
Juan Gilsanz Polo 2022-09-28 02:51:55 +02:00
parent fcac9ccbe4
commit a1f2de6812
3 changed files with 105 additions and 43 deletions

View file

@ -116,6 +116,7 @@ class Home extends StatelessWidget {
}
return RefreshIndicator(
color: Theme.of(context).primaryColor,
onRefresh: () async {
final result = await getServerStatus(serversProvider.selectedServer!);
if (result['result'] == 'success') {