Merge pull request #4604 from pangeachat/translate-image-loading
Remove loading indicator on images while activities translated
This commit is contained in:
commit
ce627df835
1 changed files with 0 additions and 7 deletions
|
|
@ -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(),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue