mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Give some indication that it is refreshing
This commit is contained in:
parent
55455090d1
commit
2e2844a03f
1 changed files with 4 additions and 1 deletions
|
@ -65,7 +65,10 @@ fun ExtensionRepoScreen(
|
|||
ToolTipButton(
|
||||
toolTipLabel = stringResource(R.string.refresh),
|
||||
icon = Icons.Outlined.Refresh,
|
||||
buttonClicked = { viewModel.refreshRepos() },
|
||||
buttonClicked = {
|
||||
context.toast("Refreshing...") // TODO: Should be loading animation instead
|
||||
viewModel.refreshRepos()
|
||||
},
|
||||
)
|
||||
},
|
||||
) { innerPadding ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue