Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed May 31, 2024
1 parent 66f9925 commit e6b679e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions app/qml/project/MMProjectList.qml
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,14 @@ Item {
Component {
id: loadingSpinnerComponent

MMComponents.MMBusyIndicator {
x: parent.width / 2 - width / 2
running: controllerModel.isLoading
Item {
width:listview.width
height: listview.height

MMComponents.MMBusyIndicator {
anchors.centerIn: parent
running: controllerModel.isLoading
}
}
}

Expand Down

1 comment on commit e6b679e

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.5.627911 just submitted!

Please sign in to comment.