mirror of
https://github.com/openfoodfacts/smooth-app.git
synced 2025-08-06 18:25:11 +08:00
use adaptive progress Indicator (#2831)
This commit is contained in:
@ -104,7 +104,7 @@ class LoadingDialog<T> {
|
||||
}
|
||||
|
||||
return ListTile(
|
||||
leading: const CircularProgressIndicator(),
|
||||
leading: const CircularProgressIndicator.adaptive(),
|
||||
title: Text(title),
|
||||
);
|
||||
},
|
||||
|
Reference in New Issue
Block a user