alanszlosek / alanszlosek/android-text-message-backup
Move processing to a separate thread
Ouverte
enhancement
good first issue
- Langage dominant
- Java
- Étoiles
- 0
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
The export operation is running on the UI thread. Aside from Android complaining about this, it also means we can't increment the ProgressBar each time a message is exported -- the UI thread is busy, and the ProgressBar updates don't show until the export is fully finished. Defeats the purpose.
So we need to move export logic to another thread, and somehow trigger ProgressBar updates from there.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.