Merge pull request #4604 from pangeachat/translate-image-loading

Remove loading indicator on images while activities translated
This commit is contained in:
ggurdin 2025-11-05 14:32:02 -05:00 committed by GitHub
commit ce627df835
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -176,13 +176,6 @@ class CourseSettings extends StatelessWidget {
bottom: 0,
right: 0,
child: Icon(Icons.lock, size: 24.0),
)
else if (controller.loadingActivities)
const SizedBox(
width: 54.0,
height: 54.0,
child: CircularProgressIndicator
.adaptive(),
),
],
),