Skip to content

Commit

Permalink
change loading image
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlipa91 committed Oct 21, 2023
1 parent f215e22 commit a1a9f48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file added assets/loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions lib/screens/Launch.dart
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@ class LaunchWidgetState extends State<LaunchWidget> {
children: [
Image.asset("assets/nutmeg_white.png", width: 116, height: 46),
SizedBox(height: 30),
CircularProgressIndicator(
valueColor: AlwaysStoppedAnimation<Color>(Colors.white)),
Image.asset("assets/loading.gif", width: 100)
],
)
],
Expand Down

0 comments on commit a1a9f48

Please sign in to comment.