Skip to content

Commit

Permalink
feat: ui improvements
Browse files Browse the repository at this point in the history
changed label when downloading keys
  • Loading branch information
Light2288 committed May 31, 2021
1 parent caad003 commit 086b29e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class FirstActivity : AppCompatActivity(), View.OnClickListener {
viewModel.fetchStatus.observe(this){
if(it){
binding.qrButton.isEnabled = false
binding.dateLastSyncText.text = getString(R.string.lastSyncDate, getString(R.string.loading))
binding.dateLastSyncText.text = getString(R.string.loading)
} else{
binding.qrButton.isEnabled = true
viewModel.getDateLastSync().let{ date ->
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<string name="repeatQR">Ripeti scansione</string>
<string name="dateOfBirth">Data di nascita</string>
<string name="lastSyncDate">Ultimo aggiornamento: %1$s</string>
<string name="loading">Scaricando…</string>
<string name="loading">Caricamento certificati in corso…</string>
<string name="notAvailable">N/A</string>
<string name="updateTitle">Aggiornamento richiesto</string>
<string name="updateMessage">Per continuare ad utilizzare l’applicazione, scarica la nuova versione dallo store</string>
Expand Down

0 comments on commit 086b29e

Please sign in to comment.