Skip to content

Commit

Permalink
fix(chat): hide progress bar after update #51
Browse files Browse the repository at this point in the history
This commit hides the progress bar after the update process is complete to provide a cleaner user interface.
  • Loading branch information
phodal committed Mar 6, 2024
1 parent fd69f96 commit 56a88fc
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -233,6 +233,7 @@ class ChatCodingPanel(private val chatCodingService: ChatCodingService, val disp
chatCodingService.clearSession()
progressBar.isVisible = false
myList.removeAll()
this.hiddenProgressBar()
updateUI()
}

Expand Down

0 comments on commit 56a88fc

Please sign in to comment.